File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
max-parallel : 5
24
24
matrix :
25
- python-version : [3.6 , 3.7 , 3.8 ]
25
+ python-version : [3.7 , 3.8 , 3.9 ]
26
26
27
27
steps :
28
28
- name : Git settings (pacify DataLad)
Original file line number Diff line number Diff line change 1
1
git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3#egg=sphinxcontrib-napoleon
2
2
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
3
3
nbsphinx
4
- nipype >= 1.3.1
4
+ nipype >= 1.5.1 , < 2.0
5
5
git+https://github.com/nipreps/niworkflows.git@master
6
6
packaging
7
7
pydot >= 1.2.3
Original file line number Diff line number Diff line change 1
1
# Auto-generated by tools/update_requirements.py
2
2
nibabel==3.0.1
3
3
nipype==1.5.1
4
- niworkflows==1.3.0
4
+ niworkflows==1.4.0rc0
5
5
numpy
6
6
pybids==0.11.1
7
+ scikit-image
7
8
templateflow==0.6
Original file line number Diff line number Diff line change 1
1
# Auto-generated by tools/update_requirements.py
2
2
nibabel >= 3.0.1
3
3
nipype < 2.0 ,>= 1.5.1
4
- niworkflows ~ =1.3.0
4
+ niworkflows > =1.4.0rc0
5
5
numpy
6
6
pybids >= 0.11.1
7
+ scikit-image
7
8
templateflow >= 0.6
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 :: BSD 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 = Susceptibility Distortion Correction (SDC) workflows for EPI MR schemes.
13
13
license = Apache-2.0
14
14
long_description = file:README.rst
@@ -21,7 +21,7 @@ project_urls =
21
21
url = https://www.nipreps.org/sdcflows
22
22
23
23
[options]
24
- python_requires = >=3.6
24
+ python_requires = >=3.7
25
25
setup_requires =
26
26
setuptools >= 42.0
27
27
setuptools_scm >= 3.4
@@ -31,7 +31,6 @@ install_requires =
31
31
nibabel >=3.0.1
32
32
nipype >=1.5.1,<2.0
33
33
niworkflows >= 1.4.0rc0
34
- numpy <1.20; python_version < "3.7"
35
34
numpy
36
35
pybids >= 0.11.1
37
36
scikit-image
You can’t perform that action at this time.
0 commit comments