Skip to content

Commit ffd97d6

Browse files
committed
chore: Update conda environment definition
1 parent b55d82d commit ffd97d6

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

env.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,31 @@ name: niworkflows
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.11
7+
- python=3.12
88
# Intel Math Kernel Library for numpy
9-
- mkl=2023.2
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.14
13+
- scipy=1.15
1414
- matplotlib=3.9
1515
- pandas=2.2
16-
- h5py=3.12
16+
- h5py=3.13
1717
# Dependencies compiled against numpy, best to stick with conda
18-
- scikit-image=0.24
19-
- scikit-learn=1.5
18+
- scikit-image=0.25
19+
- scikit-learn=1.6
2020
# Utilities
21-
- graphviz=9.0
21+
- graphviz=11.0
2222
# Workflow dependencies: ANTs
2323
- ants=2.5
24-
# Workflow dependencies: FSL (versions pinned in 6.0.7.4)
25-
- fsl-bet2=2111.4
24+
# 5.4.1 and 5.4.2 cause segfaults with ants
25+
# Try to remove this ASAP
26+
# https://github.com/conda-forge/ants-feedstock/issues/19
27+
- libitk=5.4.0
28+
# Workflow dependencies: FSL (versions pinned in 6.0.7.13)
29+
- fsl-bet2=2111.8
2630
- fsl-flirt=2111.2
2731
- fsl-fast4=2111.3
2832
- fsl-mcflirt=2111.0

0 commit comments

Comments
 (0)