We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d633f07 commit 2e259cdCopy full SHA for 2e259cd
env.yml
@@ -12,6 +12,8 @@ dependencies:
12
- mkl-service=2.4.0
13
# git-annex for templateflow users with DataLad superdatasets
14
- git-annex=*=alldep*
15
+ # ANTs is linked against libitk 5.3 but does not pin the version
16
+ - libitk=5.3
17
# Base scientific python stack; required by FSL, so pinned here
18
- numpy=1.26
19
- scipy=1.11
@@ -39,4 +41,4 @@ dependencies:
39
41
# - pip:
40
42
# - -r requirements.txt
43
variables:
- FSLOUTPUTTYPE: NIFTI_GZ
44
+ FSLOUTPUTTYPE: NIFTI_GZ
0 commit comments