File tree Expand file tree Collapse file tree 2 files changed +133
-113
lines changed Expand file tree Collapse file tree 2 files changed +133
-113
lines changed Original file line number Diff line number Diff line change @@ -2,31 +2,35 @@ name: fmriprep
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 Mar 2025
66dependencies :
7- - python=3.11
7+ - python=3.12
88 # Needed for svgo and bids-validator; consider moving to deno
99 - nodejs=20
1010 # Intel Math Kernel Library for numpy
11- - mkl=2023 .2.0
12- - mkl-service=2.4.0
11+ - mkl=2024 .2.2
12+ - mkl-service=2.4.2
1313 # git-annex for templateflow users with DataLad superdatasets
1414 - git-annex=*=alldep*
1515 # Base scientific python stack; required by FSL, so pinned here
1616 - numpy=1.26
17- - scipy=1.13
17+ - scipy=1.15
1818 - matplotlib=3.9
1919 - pandas=2.2
20- - h5py=3.11
20+ - h5py=3.13
2121 # Dependencies compiled against numpy, best to stick with conda
22- - nitime=0.10
23- - scikit-image=0.24
24- - scikit-learn=1.4
22+ - nitime=0.11
23+ - scikit-image=0.25
24+ - scikit-learn=1.6
2525 # Utilities
26- - graphviz=9 .0
27- - pandoc=3.1
26+ - graphviz=11 .0
27+ - pandoc=3.6
2828 # Workflow dependencies: ANTs
2929 - ants=2.5
30+ # 5.4.1 and 5.4.2 cause segfaults with ants
31+ # Try to remove this ASAP
32+ # https://github.com/conda-forge/ants-feedstock/issues/19
33+ - libitk=5.4.0
3034 # Workflow dependencies: Convert3d
3135 - convert3d=1.4
3236 # Workflow dependencies: Connectome Workbench
@@ -35,7 +39,7 @@ dependencies:
3539 - fsl-bet2=2111.8
3640 - fsl-flirt=2111.2
3741 - fsl-fast4=2111.3
38- - fsl-fugue=2201.4
42+ - fsl-fugue=2201.5
3943 - fsl-mcflirt=2111.0
4044 - fsl-miscmaths=2203.2
4145 - fsl-topup=2203.5
You can’t perform that action at this time.
0 commit comments