File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,29 +2,29 @@ name: smriprep
2
2
channels :
3
3
- https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/
4
4
- conda-forge
5
- # Update this ~yearly; last updated April 2023
5
+ # Update this ~yearly; last updated March 2024
6
6
dependencies :
7
- - python=3.10
7
+ - python=3.11
8
8
# Needed for svgo and bids-validator; consider moving to deno
9
- - nodejs=18
9
+ - nodejs=20
10
10
# Intel Math Kernel Library for numpy
11
- - mkl=2022.1
11
+ - mkl=2023.2
12
12
- mkl-service=2.4
13
13
# Base scientific python stack; required by FSL, so pinned here
14
14
- numpy=1.26
15
15
- scipy=1.11
16
16
- matplotlib=3.8
17
- - pandas=2.1
17
+ - pandas=2.2
18
18
- h5py=3.10
19
19
# Dependencies compiled against numpy, best to stick with conda
20
20
- scikit-image=0.22
21
- - scikit-learn=1.3
21
+ - scikit-learn=1.4
22
22
# Utilities
23
- - graphviz=6 .0
23
+ - graphviz=9 .0
24
24
- pandoc=3.1
25
25
# Workflow dependencies: ANTs
26
- - ants=2.5.0
27
- # Workflow dependencies: FSL (versions pinned in 6.0.6.2 )
26
+ - ants=2.5
27
+ # Workflow dependencies: FSL (versions pinned in 6.0.7.7 )
28
28
- fsl-bet2=2111.4
29
29
- fsl-flirt=2111.2
30
30
- fsl-fast4=2111.3
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies = [
25
25
" matplotlib >= 2.2.0" ,
26
26
" nibabel >= 4.0.1" ,
27
27
" nipype >= 1.7.0" ,
28
- " niworkflows @ git+https://github.com/nipreps/niworkflows.git@master " ,
28
+ " niworkflows >= 1.10.1 " ,
29
29
" numpy" ,
30
30
" packaging" ,
31
31
" pybids >= 0.11.1" ,
You can’t perform that action at this time.
0 commit comments