Skip to content

Commit 2521495

Browse files
committed
chore(env): Bring env.yml into line with fmriprep
1 parent addf273 commit 2521495

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

env.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ dependencies:
1010
# Intel Math Kernel Library for numpy
1111
- mkl=2023.2
1212
- mkl-service=2.4
13+
# ANTs is linked against libitk 5.3 but does not pin the version
14+
- libitk=5.3
1315
# Base scientific python stack; required by FSL, so pinned here
1416
- numpy=1.26
15-
- scipy=1.11
17+
- scipy=1.13
1618
- matplotlib=3.8
1719
- pandas=2.2
18-
- h5py=3.10
20+
- h5py=3.11
1921
# Dependencies compiled against numpy, best to stick with conda
20-
- scikit-image=0.22
22+
- scikit-image=0.23
2123
- scikit-learn=1.4
2224
# Utilities
2325
- graphviz=9.0
@@ -32,3 +34,5 @@ dependencies:
3234
- pip
3335
- pip:
3436
- -r requirements.txt
37+
variables:
38+
FSLOUTPUTTYPE: NIFTI_GZ

0 commit comments

Comments
 (0)