Skip to content

Commit

Permalink
less restrictive pinning for conda envs
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed Feb 16, 2024
1 parent e654cf6 commit 4fdd985
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~=2.0.1
- conda-forge::pytorch-cpu~=2.0.0
- 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
@@ -1,4 +1,4 @@
name: kraken
name: kraken_2
channels:
- defaults
- conda-forge
Expand All @@ -14,7 +14,7 @@ dependencies:
- scipy~=1.10.0
- jinja2~=3.0
- conda-forge::torchvision>=0.5.0
- conda-forge::pytorch~=2.0.1
- conda-forge::pytorch~=2.0.0
- cudatoolkit>=9.2
- jsonschema
- scikit-learn~=1.2.1
Expand Down

0 comments on commit 4fdd985

Please sign in to comment.