Skip to content

Commit cc5868c

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

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

env.yml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,28 @@ name: sdcflows
22
channels:
33
- https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/
44
- conda-forge
5-
# Update this ~yearly; last updated April 2023
5+
# Update this ~yearly; last updated Mar 2025
66
dependencies:
7-
- python=3.10
7+
- python=3.12
88
# Intel Math Kernel Library for numpy
9-
- mkl=2022.1
10-
- mkl-service=2.4
9+
- mkl=2024.2.2
10+
- mkl-service=2.4.2
1111
# Base scientific python stack; required by FSL, so pinned here
1212
- numpy=1.26
13-
- scipy=1.11
14-
- matplotlib=3.8
15-
- pandas=2.1
16-
- h5py=3.8
13+
- scipy=1.15
14+
- matplotlib=3.9
15+
- pandas=2.2
16+
- h5py=3.13
1717
# Dependencies compiled against numpy, best to stick with conda
18-
- scikit-image=0.22
18+
- scikit-image=0.25
1919
# Utilities
20-
- graphviz=6.0
20+
- graphviz=11.0
2121
# Workflow dependencies: ANTs
22-
- ants=2.4.4
23-
# Workflow dependencies: FSL (versions pinned in 6.0.6.2)
24-
- fsl-fugue=2201.2
25-
- fsl-topup=2203.1
22+
- ants=2.5
23+
# 5.4.1 and 5.4.2 cause segfaults with ants
24+
# Try to remove this ASAP
25+
# https://github.com/conda-forge/ants-feedstock/issues/19
26+
- libitk=5.4.0
27+
# Workflow dependencies: FSL (versions pinned in 6.0.7.13)
28+
- fsl-fugue=2201.5
29+
- fsl-topup=2203.5

0 commit comments

Comments
 (0)