Skip to content

Commit

Permalink
bump up scikit-image/scipy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed Oct 18, 2024
1 parent b1851c7 commit 96f12cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conda/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions environment_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ 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
python-bidi~=0.4.0
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
Expand Down

0 comments on commit 96f12cd

Please sign in to comment.