diff --git a/environment.yml b/environment.yml index 6c5681452..d194768d4 100644 --- a/environment.yml +++ b/environment.yml @@ -18,7 +18,7 @@ dependencies: - jsonschema - scikit-learn~=1.2.1 - scikit-image~=0.24.0 - - shapely~=1.8.5 + - shapely~=2.0.6 - pyvips - imagemagick>=7.1.0 - pyarrow diff --git a/environment_cuda.yml b/environment_cuda.yml index 84db83f9c..3f3cbfc8a 100644 --- a/environment_cuda.yml +++ b/environment_cuda.yml @@ -19,7 +19,7 @@ dependencies: - jsonschema - scikit-learn~=1.2.1 - scikit-image~=0.24.0 - - shapely~=1.8.5 + - shapely~=2.0.6 - pyvips - imagemagick>=7.1.0 - pyarrow diff --git a/setup.cfg b/setup.cfg index 711905114..85ba10344 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ install_requires = torch~=2.4.0 scikit-learn~=1.5.0 scikit-image~=0.24.0 - shapely~=1.8.5 + shapely~=2.0.6 pyarrow lightning~=2.4.0 torchmetrics>=1.1.0