We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dd883d + 7c9eaed commit 9f91e2fCopy full SHA for 9f91e2f
env.yml
@@ -12,8 +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
+ # ANTs 2.5.3 is linked against libitk 5.4 - let's pin both there
+ - libitk=5.4
17
# Base scientific python stack; required by FSL, so pinned here
18
- numpy=1.26
19
- scipy=1.11
@@ -28,7 +28,7 @@ dependencies:
28
- graphviz=9.0
29
- pandoc=3.1
30
# Workflow dependencies: ANTs
31
- - ants=2.5
+ - ants=2.5.3
32
# Workflow dependencies: FSL (versions pinned in 6.0.7.7)
33
- fsl-bet2=2111.4
34
- fsl-flirt=2111.2
0 commit comments