From 51ff3aaf7b616f6dcceeaa5ff8bd020f91504f8f Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 26 Jul 2024 14:02:42 -0400 Subject: [PATCH] MNT: Unpin libitk 5.3 (ANTs 2.5.3 is built with 5.4) --- env.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/env.yml b/env.yml index 156572e4a1..e212aa786f 100644 --- a/env.yml +++ b/env.yml @@ -10,8 +10,6 @@ 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.13