Skip to content

Commit

Permalink
resolve dependencies in isolated conda envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjhay committed Jan 17, 2025
1 parent 3ad38bf commit c04ba2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions hippunfold/workflow/envs/env1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dependencies:
- nibabel>=3.2.1
- scikit-fmm>=2022.03.26
- scipy=1.7.1
- pandas>=1.2.0,<1.3.0
2 changes: 1 addition & 1 deletion hippunfold/workflow/envs/env10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- nibabel>=3.2.1
- numpy
- scipy=1.7.1
- astropy>=4.0,<4.3.1
- astropy
4 changes: 2 additions & 2 deletions hippunfold/workflow/rules/warps.smk
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ rule create_warps_hipp:
container:
config["singularity"]["autotop"]
conda:
"../envs/env1.yaml"
"../envs/env10.yaml"
script:
"../scripts/create_warps.py"

Expand Down Expand Up @@ -568,7 +568,7 @@ rule create_warps_dentate:
container:
config["singularity"]["autotop"]
conda:
"../envs/env1.yaml"
"../envs/env10.yaml"
script:
"../scripts/create_warps.py"

Expand Down

0 comments on commit c04ba2e

Please sign in to comment.