Skip to content

Commit

Permalink
remove version pinnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjhay committed Dec 19, 2024
1 parent 183c6f4 commit 16b9904
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 147 deletions.
5 changes: 3 additions & 2 deletions hippunfold/workflow/envs/env1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ channels:
- defaults
dependencies:
- python=3.9
- nibabel=5.2.1
- numpy=2.1.2
- nibabel>=5.3.2,<6.0.0
- numpy
- astropy
2 changes: 1 addition & 1 deletion hippunfold/workflow/envs/env10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ channels:
dependencies:
- python=3.9
- matplotlib
- pandas=2.2.3
- pandas
- seaborn
2 changes: 1 addition & 1 deletion hippunfold/workflow/envs/env11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- defaults
dependencies:
- python=3.9
- pandas=2.2.3
- pandas
6 changes: 3 additions & 3 deletions hippunfold/workflow/envs/env13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ channels:
- defaults
dependencies:
- python=3.9
- nibabel=5.2.1
- numpy=2.1.2
- scipy=1.13.1
- nibabel>=5.3.2,<6.0.0
- numpy
- scipy
6 changes: 3 additions & 3 deletions hippunfold/workflow/envs/env15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults
dependencies:
- python=3.9
- nibabel=5.2.1
- numpy=2.1.2
- scipy=1.13.1
- nibabel>=5.3.2,<6.0.0
- numpy
- scipy
- naturalneighbor
6 changes: 3 additions & 3 deletions hippunfold/workflow/envs/env3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ channels:
- defaults
dependencies:
- python=3.9
- nibabel=5.2.1
- numpy=2.1.2
- scipy=1.13.1
- nibabel>=5.3.2,<6.0.0
- numpy
- scipy
6 changes: 3 additions & 3 deletions hippunfold/workflow/envs/env9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ channels:
- defaults
dependencies:
- python=3.9
- nibabel=5.2.1
- numpy=2.1.2
- pandas=2.2.3
- nibabel>=5.3.2,<6.0.0
- numpy
- pandas
131 changes: 0 additions & 131 deletions hippunfold/workflow/envs/envAll.yaml

This file was deleted.

0 comments on commit 16b9904

Please sign in to comment.