We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addf273 commit 2521495Copy full SHA for 2521495
env.yml
@@ -10,14 +10,16 @@ dependencies:
10
# Intel Math Kernel Library for numpy
11
- mkl=2023.2
12
- mkl-service=2.4
13
+ # ANTs is linked against libitk 5.3 but does not pin the version
14
+ - libitk=5.3
15
# Base scientific python stack; required by FSL, so pinned here
16
- numpy=1.26
- - scipy=1.11
17
+ - scipy=1.13
18
- matplotlib=3.8
19
- pandas=2.2
- - h5py=3.10
20
+ - h5py=3.11
21
# Dependencies compiled against numpy, best to stick with conda
- - scikit-image=0.22
22
+ - scikit-image=0.23
23
- scikit-learn=1.4
24
# Utilities
25
- graphviz=9.0
@@ -32,3 +34,5 @@ dependencies:
32
34
- pip
33
35
- pip:
36
- -r requirements.txt
37
+variables:
38
+ FSLOUTPUTTYPE: NIFTI_GZ
0 commit comments