Skip to content

Commit

Permalink
incorrect pytorch pin in conda envs
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed Feb 9, 2024
1 parent db286ec commit ef324e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- scipy~=1.10.0
- jinja2~=3.0
- conda-forge::torchvision-cpu>=0.5.0
- conda-forge::pytorch-cpu>=1.11,<1.14
- conda-forge::pytorch-cpu~=2.0.1
- jsonschema
- scikit-learn~=1.2.1
- scikit-image~=0.21.0
Expand Down
4 changes: 2 additions & 2 deletions environment_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
- pillow>=9.2.0
- scipy~=1.10.0
- jinja2~=3.0
- conda-forge::torchvision
- conda-forge::pytorch>=1.11,<1.14
- conda-forge::torchvision>=0.5.0
- conda-forge::pytorch~=2.0.1
- cudatoolkit>=9.2
- jsonschema
- scikit-learn~=1.2.1
Expand Down

0 comments on commit ef324e0

Please sign in to comment.