Skip to content

Commit

Permalink
reduce scipy version to 1.13.x
Browse files Browse the repository at this point in the history
1.14.x does not support py3.9
  • Loading branch information
mittagessen committed Oct 18, 2024
1 parent 96f12cd commit d3a1be9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requirements:
- click>=8.1
- numpy~=1.23.0
- pillow>=9.2.0
- scipy~=1.14.0
- scipy~=1.13.0
- jinja2~=3.0
- torchvision
- pytorch~=2.1.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- click>=8.1
- numpy~=1.23.0
- pillow~=9.2.0
- scipy~=1.14.0
- scipy~=1.13.0
- jinja2~=3.0
- conda-forge::torchvision-cpu>=0.5.0
- conda-forge::pytorch-cpu~=2.1.0
Expand Down
2 changes: 1 addition & 1 deletion environment_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- click>=8.1
- numpy~=1.23
- pillow>=9.2.0
- scipy~=1.14.0
- scipy~=1.13.0
- jinja2~=3.0
- conda-forge::torchvision>=0.5.0
- conda-forge::pytorch~=2.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
numpy~=1.23.0
Pillow>=9.2.0
regex
scipy~=1.14.0
scipy~=1.13.0
protobuf>=3.0.0
coremltools~=6.0
jinja2~=3.0
Expand Down

0 comments on commit d3a1be9

Please sign in to comment.