File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ language: python
12
12
cache : pip
13
13
14
14
python :
15
- - 3.5
16
15
- 3.6
17
16
- 3.7
18
17
- 3.8
Original file line number Diff line number Diff line change 1
1
# Auto-generated by tools/update_requirements.py
2
- nibabel==2.4 .1
2
+ nibabel==3.0 .1
3
3
niflow-nipype1-workflows==0.0.1
4
4
nipype==1.3.1
5
- niworkflows==1.1.4
5
+ niworkflows==1.2.0
6
6
numpy
7
- pybids==0.9 .2
7
+ pybids==0.10 .2
8
8
templateflow==0.4
Original file line number Diff line number Diff line change 1
1
# Auto-generated by tools/update_requirements.py
2
- nibabel >= 2.4 .1
2
+ nibabel >= 3.0 .1
3
3
niflow-nipype1-workflows ~= 0.0.1
4
- nipype >= 1.3.1
5
- niworkflows ~= 1.1.4
4
+ nipype < 2.0 , >= 1.3.1
5
+ niworkflows < 1.4 , >= 1.2.0
6
6
numpy
7
- pybids ~ =0.9 .2
7
+ pybids > =0.10 .2
8
8
templateflow >= 0.4
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.5
10
9
Programming Language :: Python :: 3.6
11
10
Programming Language :: Python :: 3.7
11
+ Programming Language :: Python :: 3.8
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
@@ -20,7 +20,7 @@ project_urls =
20
20
url = https://www.nipreps.org/sdcflows
21
21
22
22
[options]
23
- python_requires = >=3.5
23
+ python_requires = >=3.6
24
24
setup_requires =
25
25
setuptools >= 42.0
26
26
setuptools_scm >= 3.4
56
56
%(doc)s
57
57
tests =
58
58
pytest
59
- pytest-xdist
60
- pytest-cov == 2.5 .1
59
+ pytest-xdist >= 2.0
60
+ pytest-cov == 2.10 .1
61
61
coverage
62
62
all =
63
63
%(doc)s
You can’t perform that action at this time.
0 commit comments