From 06aa9c2f90a9ee42673f1b8195a4208376b60da3 Mon Sep 17 00:00:00 2001 From: Benjamin Kiessling Date: Tue, 22 Oct 2024 12:39:17 +0200 Subject: [PATCH] bump up shapely version just to see what will happen --- environment.yml | 2 +- environment_cuda.yml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 6c568145..d194768d 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 84db83f9..3f3cbfc8 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 71190511..85ba1034 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