Skip to content

Commit 2e259cd

Browse files
authored
Update env.yml
1 parent d633f07 commit 2e259cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

env.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ dependencies:
1212
- mkl-service=2.4.0
1313
# git-annex for templateflow users with DataLad superdatasets
1414
- git-annex=*=alldep*
15+
# ANTs is linked against libitk 5.3 but does not pin the version
16+
- libitk=5.3
1517
# Base scientific python stack; required by FSL, so pinned here
1618
- numpy=1.26
1719
- scipy=1.11
@@ -39,4 +41,4 @@ dependencies:
3941
# - pip:
4042
# - -r requirements.txt
4143
variables:
42-
FSLOUTPUTTYPE: NIFTI_GZ
44+
FSLOUTPUTTYPE: NIFTI_GZ

0 commit comments

Comments
 (0)