Skip to content

Commit 5c796a2

Browse files
committed
chore: Bump dependency pins
1 parent 3611fe4 commit 5c796a2

File tree

2 files changed

+99
-88
lines changed

2 files changed

+99
-88
lines changed

env.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,29 @@ dependencies:
1313
# git-annex for templateflow users with DataLad superdatasets
1414
- git-annex=*=alldep*
1515
# Base scientific python stack; required by FSL, so pinned here
16-
- numpy=1.26
16+
- numpy=2.2
1717
- scipy=1.15
18-
- matplotlib=3.9
18+
- matplotlib=3.10
1919
- pandas=2.2
2020
- h5py=3.13
2121
# Dependencies compiled against numpy, best to stick with conda
2222
- nitime=0.11
2323
- scikit-image=0.25
2424
- scikit-learn=1.6
2525
# Utilities
26-
- graphviz=11.0
27-
- pandoc=3.6
26+
- graphviz=12.2
27+
- pandoc=3.7
2828
# Workflow dependencies: ANTs
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
29+
- ants=2.6
3430
# Workflow dependencies: Connectome Workbench
3531
- connectome-workbench-cli=2.0
36-
# Workflow dependencies: FSL (versions pinned in 6.0.7.13)
32+
# Workflow dependencies: FSL (versions pinned in 6.0.7.17.20250415.fe1c582e)
3733
- fsl-bet2=2111.8
38-
- fsl-flirt=2111.2
34+
- fsl-flirt=2111.4
3935
- fsl-fast4=2111.3
4036
- fsl-fugue=2201.5
4137
- fsl-mcflirt=2111.0
42-
- fsl-miscmaths=2203.2
38+
- fsl-miscmaths=2412.4
4339
- fsl-topup=2203.5
4440
- pip
4541
- pip:

0 commit comments

Comments
 (0)