Skip to content

Commit d84dc74

Browse files
committed
MAINT: Move to next nipreps minors
1 parent cd6da08 commit d84dc74

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ classifiers =
66
Intended Audience :: Science/Research
77
Topic :: Scientific/Engineering :: Image Recognition
88
License :: OSI Approved :: Apache Software License
9-
Programming Language :: Python :: 3.6
109
Programming Language :: Python :: 3.7
1110
Programming Language :: Python :: 3.8
11+
Programming Language :: Python :: 3.9
1212
description = NeuroImaging Babies provides processing tools for magnetic resonance images of the brain in infants.
1313
license = Apache License, 2.0
1414
long_description = file:README.md
@@ -22,14 +22,14 @@ python_requires = >= 3.7
2222
install_requires =
2323
attrs
2424
nibabel >= 3.0.1
25-
nipype >= 1.5.1, != 1.8.0
25+
nipype >= 1.8.1
2626
nitime
27-
niworkflows ~= 1.5.4
28-
numpy >= 1.16.5
27+
niworkflows ~= 1.6.0
28+
numpy >= 1.21.0
2929
pybids >= 0.12.1
3030
scipy ~= 1.6.0; python_version<'3.8'
31-
sdcflows @ git+https://github.com/nipreps/sdcflows.git@master
32-
smriprep ~= 0.8.1
31+
sdcflows ~= 2.1.0
32+
smriprep ~= 0.9.0
3333
tedana ~= 0.0.12
3434
templateflow >= 0.6.0
3535
toml

0 commit comments

Comments
 (0)