File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ language: python
1212cache : pip
1313
1414python :
15- - 3.5
1615 - 3.6
1716 - 3.7
1817 - 3.8
Original file line number Diff line number Diff line change 11# Auto-generated by tools/update_requirements.py
2- nibabel==2.4 .1
2+ nibabel==3.0 .1
33niflow-nipype1-workflows==0.0.1
44nipype==1.3.1
5- niworkflows==1.1.4
5+ niworkflows==1.2.0
66numpy
7- pybids==0.9 .2
7+ pybids==0.10 .2
88templateflow==0.4
Original file line number Diff line number Diff line change 11# Auto-generated by tools/update_requirements.py
2- nibabel >= 2.4 .1
2+ nibabel >= 3.0 .1
33niflow-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
66numpy
7- pybids ~ =0.9 .2
7+ pybids > =0.10 .2
88templateflow >= 0.4
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ classifiers =
66 Intended Audience :: Science/Research
77 Topic :: Scientific/Engineering :: Image Recognition
88 License :: OSI Approved :: BSD License
9- Programming Language :: Python :: 3.5
109 Programming Language :: Python :: 3.6
1110 Programming Language :: Python :: 3.7
11+ Programming Language :: Python :: 3.8
1212description = Susceptibility Distortion Correction (SDC) workflows for EPI MR schemes.
1313license = Apache-2.0
1414long_description = file:README.rst
@@ -20,7 +20,7 @@ project_urls =
2020url = https://www.nipreps.org/sdcflows
2121
2222[options]
23- python_requires = >=3.5
23+ python_requires = >=3.6
2424setup_requires =
2525 setuptools >= 42.0
2626 setuptools_scm >= 3.4
You can’t perform that action at this time.
0 commit comments