From 70ccf94d478f7f48ce1e0178c71f9e6114aafe35 Mon Sep 17 00:00:00 2001 From: Benjamin Kiessling Date: Tue, 16 Jan 2024 17:40:59 +0100 Subject: [PATCH] s/skimage 0.22.x/skimage 0.21.x --- 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 fc602fa48..fe94bd329 100644 --- a/environment.yml +++ b/environment.yml @@ -17,7 +17,7 @@ dependencies: - conda-forge::pytorch-cpu>=1.11,<1.14 - jsonschema - scikit-learn~=1.2.1 - - scikit-image~=0.22.0 + - scikit-image~=0.21.0 - shapely~=1.8.5 - pyvips - imagemagick>=7.1.0 diff --git a/environment_cuda.yml b/environment_cuda.yml index ca671c7de..fe364ed43 100644 --- a/environment_cuda.yml +++ b/environment_cuda.yml @@ -18,7 +18,7 @@ dependencies: - cudatoolkit>=9.2 - jsonschema - scikit-learn~=1.2.1 - - scikit-image~=0.22.0 + - scikit-image~=0.21.0 - shapely~=1.8.5 - pyvips - imagemagick>=7.1.0 diff --git a/setup.cfg b/setup.cfg index 3a802ada3..e5a224e6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ install_requires = torchvision>=0.5.0 torch~=2.0.1 scikit-learn~=1.2.1 - scikit-image~=0.22.0 + scikit-image~=0.21.0 shapely~=1.8.5 pyarrow pytorch-lightning~=2.0.0