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():
5454 "License :: OSI Approved :: Apache Software License" ,
5555 "Operating System :: MacOS :: MacOS X" ,
5656 "Operating System :: POSIX :: Linux" ,
57- "Programming Language :: Python :: 3.5" ,
5857 "Programming Language :: Python :: 3.6" ,
5958 "Programming Language :: Python :: 3.7" ,
6059 "Topic :: Scientific/Engineering" ,
6160]
62- PYTHON_REQUIRES = ">= 3.5 "
61+ PYTHON_REQUIRES = ">= 3.6 "
6362
6463description = "Neuroimaging in Python: Pipelines and Interfaces"
6564
@@ -100,7 +99,7 @@ def get_nipype_gitversion():
10099# versions
101100NIBABEL_MIN_VERSION = "2.1.0"
102101NETWORKX_MIN_VERSION = "1.9"
103- NUMPY_MIN_VERSION = "1.12 "
102+ NUMPY_MIN_VERSION = "1.13 "
104103# Numpy bug in python 3.7:
105104# https://www.opensourceanswers.com/blog/you-shouldnt-use-python-37-for-data-science-right-now.html
106105NUMPY_MIN_VERSION_37 = "1.15.3"
You can’t perform that action at this time.
0 commit comments