File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,11 @@ def get_nipype_gitversion():
54
54
"License :: OSI Approved :: Apache Software License" ,
55
55
"Operating System :: MacOS :: MacOS X" ,
56
56
"Operating System :: POSIX :: Linux" ,
57
- "Programming Language :: Python :: 3.5" ,
58
57
"Programming Language :: Python :: 3.6" ,
59
58
"Programming Language :: Python :: 3.7" ,
60
59
"Topic :: Scientific/Engineering" ,
61
60
]
62
- PYTHON_REQUIRES = ">= 3.5 "
61
+ PYTHON_REQUIRES = ">= 3.6 "
63
62
64
63
description = "Neuroimaging in Python: Pipelines and Interfaces"
65
64
@@ -100,7 +99,7 @@ def get_nipype_gitversion():
100
99
# versions
101
100
NIBABEL_MIN_VERSION = "2.1.0"
102
101
NETWORKX_MIN_VERSION = "1.9"
103
- NUMPY_MIN_VERSION = "1.12 "
102
+ NUMPY_MIN_VERSION = "1.13 "
104
103
# Numpy bug in python 3.7:
105
104
# https://www.opensourceanswers.com/blog/you-shouldnt-use-python-37-for-data-science-right-now.html
106
105
NUMPY_MIN_VERSION_37 = "1.15.3"
You can’t perform that action at this time.
0 commit comments