Skip to content

Commit f2b209e

Browse files
authored
Merge pull request #95 from oesteban/maint/flexibilize-dependencies
MAINT: Flexibilize dependencies -- nipype, niworkflows, pybids
2 parents bf9cd97 + eecd325 commit f2b209e

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

setup.cfg

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
[metadata]
2-
url = https://github.com/nipreps/sdcflows
32
author = The SDCflows developers
43
author_email = [email protected]
5-
maintainer = Oscar Esteban
6-
maintainer_email = [email protected]
7-
description = Susceptibility Distortion Correction (SDC) workflows for EPI MR schemes.
8-
long_description = file:README.rst
9-
long_description_content_type = text/x-rst; charset=UTF-8
10-
license = Apache-2.0
114
classifiers =
125
Development Status :: 2 - Pre-Alpha
136
Intended Audience :: Science/Research
@@ -16,18 +9,27 @@ classifiers =
169
Programming Language :: Python :: 3.5
1710
Programming Language :: Python :: 3.6
1811
Programming Language :: Python :: 3.7
12+
description = Susceptibility Distortion Correction (SDC) workflows for EPI MR schemes.
13+
license = Apache-2.0
14+
long_description = file:README.rst
15+
long_description_content_type = text/x-rst; charset=UTF-8
16+
project_urls =
17+
Documentation = https://www.nipreps.org/sdcflows
18+
GitHub = https://github.com/nipreps/sdcflows
19+
fMRIPrep = https://fmriprep.readthedocs.io
20+
url = https://www.nipreps.org/sdcflows
1921

2022
[options]
2123
python_requires = >=3.5
2224
setup_requires =
2325
setuptools >=40.8
2426
install_requires =
25-
nibabel >=2.4.1
27+
nibabel >=3.0.1
2628
niflow-nipype1-workflows ~= 0.0.1
27-
nipype >=1.3.1
28-
niworkflows ~= 1.1.4
29+
nipype >=1.3.1,<2.0
30+
niworkflows >=1.1.4,<1.3
2931
numpy
30-
pybids ~= 0.9.2
32+
pybids >= 0.9.2
3133
templateflow >=0.4
3234
test_requires =
3335
codecov

0 commit comments

Comments
 (0)