From 1f280224eef9214ff74498d343ebe4886933d07c Mon Sep 17 00:00:00 2001 From: Jordan Graesser Date: Wed, 31 Jul 2024 18:41:13 +1000 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20add=20fiona=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7cb93db1..bd408629 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,6 +40,7 @@ install_requires = geopandas>=0.10 rasterio<2,>=1.3 shapely>=1.8 + fiona>=1.9 scikit-image>=0.19 opencv-python>=4.5.5 decorator==4.4.2