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
2
2
channels :
3
3
- https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/
4
4
- conda-forge
5
- # Update this ~yearly; last updated Jan 2024
5
+ # Update this ~yearly; last updated Mar 2025
6
6
dependencies :
7
- - python=3.11
7
+ - python=3.12
8
8
# Needed for svgo and bids-validator; consider moving to deno
9
9
- nodejs=20
10
10
# 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
13
13
# git-annex for templateflow users with DataLad superdatasets
14
14
- git-annex=*=alldep*
15
15
# Base scientific python stack; required by FSL, so pinned here
16
16
- numpy=1.26
17
- - scipy=1.13
17
+ - scipy=1.15
18
18
- matplotlib=3.9
19
19
- pandas=2.2
20
- - h5py=3.11
20
+ - h5py=3.13
21
21
# 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
25
25
# Utilities
26
- - graphviz=9 .0
27
- - pandoc=3.1
26
+ - graphviz=11 .0
27
+ - pandoc=3.6
28
28
# Workflow dependencies: ANTs
29
29
- 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
30
34
# Workflow dependencies: Convert3d
31
35
- convert3d=1.4
32
36
# Workflow dependencies: Connectome Workbench
@@ -35,7 +39,7 @@ dependencies:
35
39
- fsl-bet2=2111.8
36
40
- fsl-flirt=2111.2
37
41
- fsl-fast4=2111.3
38
- - fsl-fugue=2201.4
42
+ - fsl-fugue=2201.5
39
43
- fsl-mcflirt=2111.0
40
44
- fsl-miscmaths=2203.2
41
45
- fsl-topup=2203.5
You can’t perform that action at this time.
0 commit comments