Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0d2b61

Browse files
committed
chore(env): Pare down conda dependencies
1 parent 30ca9ef commit a0d2b61

File tree

1 file changed

+7
-37
lines changed

1 file changed

+7
-37
lines changed

env.yml

Lines changed: 7 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,13 @@ name: nitransforms
22
channels:
33
- https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/
44
- conda-forge
5-
# Update this ~yearly; last updated Jan 2024
5+
# Update this ~yearly; last updated Sep 2025
66
dependencies:
7-
- python=3.11
8-
# Needed for svgo and bids-validator; consider moving to deno
9-
- nodejs=20
10-
# Intel Math Kernel Library for numpy
11-
- mkl=2023.2.0
12-
- mkl-service=2.4.0
13-
# git-annex for templateflow users with DataLad superdatasets
14-
- git-annex=*=alldep*
15-
# ANTs 2.5.3 is linked against libitk 5.4 - let's pin both there
16-
- libitk=5.4
17-
# Base scientific python stack; required by FSL, so pinned here
18-
- numpy=1.26
19-
- scipy=1.11
20-
- matplotlib=3.8
21-
- pandas=2.2
22-
- h5py=3.10
23-
# Dependencies compiled against numpy, best to stick with conda
24-
- nitime=0.10
25-
- scikit-image=0.22
26-
- scikit-learn=1.4
27-
# Utilities
28-
- graphviz=9.0
29-
- pandoc=3.1
30-
# Workflow dependencies: ANTs
31-
- ants=2.5.3
32-
# Workflow dependencies: FSL (versions pinned in 6.0.7.7)
33-
- fsl-bet2=2111.4
34-
- fsl-flirt=2111.2
35-
- fsl-fast4=2111.3
36-
- fsl-fugue=2201.4
37-
- fsl-mcflirt=2111.0
38-
- fsl-miscmaths=2203.2
39-
- fsl-topup=2203.2
40-
# - pip
41-
# - pip:
42-
# - -r requirements.txt
7+
- python=3.13
8+
- numpy=2.3
9+
- scipy=1.16
10+
- h5py=3.14
11+
- ants=2.6
12+
- fsl-flirt=2111.4
4313
variables:
4414
FSLOUTPUTTYPE: NIFTI_GZ

0 commit comments

Comments
 (0)