From af9f0d7deb8c7cc1047e0cde1f93c401db1d5ae7 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 18 Jul 2024 19:40:31 -0400 Subject: [PATCH] MNT: Pin libitk 5.3 and note dependency --- env.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/env.yml b/env.yml index 6c4d96c74c..417dc0bef5 100644 --- a/env.yml +++ b/env.yml @@ -10,6 +10,8 @@ dependencies: # Intel Math Kernel Library for numpy - mkl=2023.2 - mkl-service=2.4 + # ANTs 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