From cfbbb5fda7b7f3581f55ce98ce4d68721ec4f63a Mon Sep 17 00:00:00 2001 From: jlarsen Date: Wed, 21 Aug 2024 12:36:35 -0700 Subject: [PATCH] add rasterio testing dep --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79a1502..0718874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,8 @@ test = [ "pooch", "scipy", "pyshp", - "shapely" + "shapely", + "rasterio" ] lint = [ "ruff",