diff --git a/environment.yml b/environment.yml index 9688e59c..6d192901 100644 --- a/environment.yml +++ b/environment.yml @@ -18,7 +18,7 @@ dependencies: - jsonschema - scikit-learn~=1.2.1 - scikit-image~=0.24.0 - - shapely~=2.0.6 + - shapely>=2.0.6,~=2.0.6 - pyvips - imagemagick>=7.1.0 - pyarrow diff --git a/environment_cuda.yml b/environment_cuda.yml index cdb6c95a..d9525927 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~=2.0.6 + - shapely>=2.0.6,~=2.0.6 - pyvips - imagemagick>=7.1.0 - pyarrow diff --git a/setup.cfg b/setup.cfg index a08f6ec8..73cb67fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ install_requires = torch~=2.4.0 scikit-learn~=1.5.0 scikit-image~=0.24.0 - shapely~=2.0.6 + shapely>=2.0.6,~=2.0.6 pyarrow lightning~=2.4.0 torchmetrics>=1.1.0