From e557609284f543b6e078eb736409a41effc7a17c Mon Sep 17 00:00:00 2001 From: Mathias Goncalves Date: Mon, 10 Jun 2024 11:48:27 -0400 Subject: [PATCH] FIX: Ensure libitk matches ANTs expectation --- env.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/env.yml b/env.yml index 5416ccca..ee64e655 100644 --- a/env.yml +++ b/env.yml @@ -12,6 +12,8 @@ dependencies: - mkl-service=2.4.0 # git-annex for templateflow users with DataLad superdatasets - git-annex=*=alldep* + # ANTs (2.4.4) is linked against libitk 5.3 but does not pin the version + - libitk=5.3 # Base scientific python stack; required by FSL, so pinned here - numpy=1.26 - scipy=1.11