Skip to content

Commit 44732a7

Browse files
committed
chore: Bump dependency pins
1 parent 3445497 commit 44732a7

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,35 +13,31 @@ 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: Convert3d
3531
- convert3d=1.4
3632
# Workflow dependencies: Connectome Workbench
3733
- connectome-workbench-cli=2.0
38-
# Workflow dependencies: FSL (versions pinned in 6.0.7.13)
34+
# Workflow dependencies: FSL (versions pinned in 6.0.7.17.20250415.fe1c582e)
3935
- fsl-bet2=2111.8
40-
- fsl-flirt=2111.2
36+
- fsl-flirt=2111.4
4137
- fsl-fast4=2111.3
4238
- fsl-fugue=2201.5
4339
- fsl-mcflirt=2111.0
44-
- fsl-miscmaths=2203.2
40+
- fsl-miscmaths=2412.4
4541
- fsl-topup=2203.5
4642
- pip
4743
- pip:

0 commit comments

Comments
 (0)