diff --git a/conda/recipe.yaml b/conda/recipe.yaml index 0150ba9dc..c643806a7 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 47e991eeb..ade8e836a 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 fa0e3edc9..8c3340a66 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 edd8f8404..118fb018f 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