Skip to content

Commit ec61b58

Browse files
committed
Update pyproject requirements and env.yml
1 parent 5c4288e commit ec61b58

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

env.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@ name: smriprep
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 March 2024
66
dependencies:
7-
- python=3.10
7+
- python=3.11
88
# Needed for svgo and bids-validator; consider moving to deno
9-
- nodejs=18
9+
- nodejs=20
1010
# Intel Math Kernel Library for numpy
11-
- mkl=2022.1
11+
- mkl=2023.2
1212
- mkl-service=2.4
1313
# Base scientific python stack; required by FSL, so pinned here
1414
- numpy=1.26
1515
- scipy=1.11
1616
- matplotlib=3.8
17-
- pandas=2.1
17+
- pandas=2.2
1818
- h5py=3.10
1919
# Dependencies compiled against numpy, best to stick with conda
2020
- scikit-image=0.22
21-
- scikit-learn=1.3
21+
- scikit-learn=1.4
2222
# Utilities
23-
- graphviz=6.0
23+
- graphviz=9.0
2424
- pandoc=3.1
2525
# 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)
2828
- fsl-bet2=2111.4
2929
- fsl-flirt=2111.2
3030
- fsl-fast4=2111.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"matplotlib >= 2.2.0",
2626
"nibabel >= 4.0.1",
2727
"nipype >= 1.7.0",
28-
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
28+
"niworkflows >= 1.10.1",
2929
"numpy",
3030
"packaging",
3131
"pybids >= 0.11.1",

0 commit comments

Comments
 (0)