From 96f12cdf5c62445436f25e686e64fc60edf00213 Mon Sep 17 00:00:00 2001 From: Benjamin Kiessling Date: Fri, 18 Oct 2024 15:10:17 +0200 Subject: [PATCH] bump up scikit-image/scipy versions --- conda/recipe.yaml | 4 ++-- environment.yml | 4 ++-- environment_cuda.yml | 4 ++-- setup.cfg | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/conda/recipe.yaml b/conda/recipe.yaml index 0150ba9d..c643806a 100644 --- a/conda/recipe.yaml +++ b/conda/recipe.yaml @@ -29,13 +29,13 @@ requirements: - click>=8.1 - numpy~=1.23.0 - pillow>=9.2.0 - - scipy~=1.11.0 + - scipy~=1.14.0 - jinja2~=3.0 - torchvision - pytorch~=2.1.0 - cudatoolkit - jsonschema - - scikit-image~=0.21.0 + - scikit-image~=0.24.0 - scikit-learn~=1.2.1 - shapely~=1.8.5 - pyvips diff --git a/environment.yml b/environment.yml index 47e991ee..ade8e836 100644 --- a/environment.yml +++ b/environment.yml @@ -11,13 +11,13 @@ dependencies: - click>=8.1 - numpy~=1.23.0 - pillow~=9.2.0 - - scipy~=1.10.0 + - scipy~=1.14.0 - jinja2~=3.0 - conda-forge::torchvision-cpu>=0.5.0 - conda-forge::pytorch-cpu~=2.1.0 - jsonschema - scikit-learn~=1.2.1 - - scikit-image~=0.21.0 + - scikit-image~=0.24.0 - shapely~=1.8.5 - pyvips - imagemagick>=7.1.0 diff --git a/environment_cuda.yml b/environment_cuda.yml index fa0e3edc..8c3340a6 100644 --- a/environment_cuda.yml +++ b/environment_cuda.yml @@ -11,14 +11,14 @@ dependencies: - click>=8.1 - numpy~=1.23 - pillow>=9.2.0 - - scipy~=1.10.0 + - scipy~=1.14.0 - jinja2~=3.0 - conda-forge::torchvision>=0.5.0 - conda-forge::pytorch~=2.1.0 - cudatoolkit>=9.2 - jsonschema - scikit-learn~=1.2.1 - - scikit-image~=0.21.0 + - scikit-image~=0.24.0 - shapely~=1.8.5 - pyvips - imagemagick>=7.1.0 diff --git a/setup.cfg b/setup.cfg index edd8f840..118fb018 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ install_requires = numpy~=1.23.0 Pillow>=9.2.0 regex - scipy~=1.10.0 # bump up to latest release with py3.8 EOL + scipy~=1.14.0 protobuf>=3.0.0 coremltools~=6.0 jinja2~=3.0 @@ -55,7 +55,7 @@ install_requires = torchvision>=0.5.0 torch~=2.1.0 scikit-learn~=1.2.1 - scikit-image~=0.21.0 + scikit-image~=0.24.0 shapely~=1.8.5 pyarrow lightning~=2.2.0