From 83411f40176a32a3c91de39568fd09b2986f25de Mon Sep 17 00:00:00 2001 From: Sieger Falkena Date: Wed, 18 Sep 2024 09:30:19 +0200 Subject: [PATCH] fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3f1eba68ed..6d144cd6179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ # fiona 1.8.21+ required for Python 3.10 wheels "fiona>=1.8.21", # geopandas 0.13.2 is the last version to support pandas 1.3, but has feather support - "geopandas=0.13.2", + "geopandas==0.13.2", # kornia 0.7.3+ required for instance segmentation support in AugmentationSequential "kornia>=0.7.3", # lightly 1.4.5+ required for LARS optimizer