Skip to content

Commit bf10842

Browse files
authored
maint: update ANTs' pinnings, which are failing again after ants-2.5.3 was released
Before 2.5.3, conda would install the latest ITK (5.4 at the time of writing) but ants was linked against 5.3 and didn't pin that dependency. In 2.5.3, ants was built and linked against 5.4 and I'm unaware of whether they properly pinned the dependency. Either way, this commit fixes both to 2.5.3 and 5.4.
1 parent ed92d4e commit bf10842

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

env.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +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
15+
# ANTs 2.5.3 is linked against libitk 5.4 - let's pin both there
16+
- libitk=5.4
1717
# Base scientific python stack; required by FSL, so pinned here
1818
- numpy=1.26
1919
- scipy=1.11
@@ -28,7 +28,7 @@ dependencies:
2828
- graphviz=9.0
2929
- pandoc=3.1
3030
# Workflow dependencies: ANTs
31-
- ants=2.5
31+
- ants=2.5.3
3232
# Workflow dependencies: FSL (versions pinned in 6.0.7.7)
3333
- fsl-bet2=2111.4
3434
- fsl-flirt=2111.2

0 commit comments

Comments
 (0)