File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ classifiers =
6
6
Intended Audience :: Science/Research
7
7
Topic :: Scientific/Engineering :: Image Recognition
8
8
License :: OSI Approved :: Apache Software License
9
- Programming Language :: Python :: 3.6
10
9
Programming Language :: Python :: 3.7
11
10
Programming Language :: Python :: 3.8
11
+ Programming Language :: Python :: 3.9
12
12
description = NeuroImaging Babies provides processing tools for magnetic resonance images of the brain in infants.
13
13
license = Apache License, 2.0
14
14
long_description = file:README.md
@@ -22,14 +22,14 @@ python_requires = >= 3.7
22
22
install_requires =
23
23
attrs
24
24
nibabel >= 3.0.1
25
- nipype >= 1.5.1, != 1.8.0
25
+ nipype >= 1.8.1
26
26
nitime
27
- niworkflows ~= 1.5.4
28
- numpy >= 1.16.5
27
+ niworkflows ~= 1.6.0
28
+ numpy >= 1.21.0
29
29
pybids >= 0.12.1
30
30
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
33
33
tedana ~= 0.0.12
34
34
templateflow >= 0.6.0
35
35
toml
You can’t perform that action at this time.
0 commit comments