File tree Expand file tree Collapse file tree 1 file changed +7
-37
lines changed Expand file tree Collapse file tree 1 file changed +7
-37
lines changed Original file line number Diff line number Diff line change @@ -2,43 +2,13 @@ name: nitransforms
22channels :
33 - https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/
44 - conda-forge
5- # Update this ~yearly; last updated Jan 2024
5+ # Update this ~yearly; last updated Sep 2025
66dependencies :
7- - python=3.11
8- # Needed for svgo and bids-validator; consider moving to deno
9- - nodejs=20
10- # Intel Math Kernel Library for numpy
11- - mkl=2023.2.0
12- - mkl-service=2.4.0
13- # git-annex for templateflow users with DataLad superdatasets
14- - git-annex=*=alldep*
15- # ANTs 2.5.3 is linked against libitk 5.4 - let's pin both there
16- - libitk=5.4
17- # Base scientific python stack; required by FSL, so pinned here
18- - numpy=1.26
19- - scipy=1.11
20- - matplotlib=3.8
21- - pandas=2.2
22- - h5py=3.10
23- # Dependencies compiled against numpy, best to stick with conda
24- - nitime=0.10
25- - scikit-image=0.22
26- - scikit-learn=1.4
27- # Utilities
28- - graphviz=9.0
29- - pandoc=3.1
30- # Workflow dependencies: ANTs
31- - ants=2.5.3
32- # Workflow dependencies: FSL (versions pinned in 6.0.7.7)
33- - fsl-bet2=2111.4
34- - fsl-flirt=2111.2
35- - fsl-fast4=2111.3
36- - fsl-fugue=2201.4
37- - fsl-mcflirt=2111.0
38- - fsl-miscmaths=2203.2
39- - fsl-topup=2203.2
40- # - pip
41- # - pip:
42- # - -r requirements.txt
7+ - python=3.13
8+ - numpy=2.3
9+ - scipy=1.16
10+ - h5py=3.14
11+ - ants=2.6
12+ - fsl-flirt=2111.4
4313variables :
4414 FSLOUTPUTTYPE : NIFTI_GZ
You can’t perform that action at this time.
0 commit comments