Skip to content

Commit cbb1ab9

Browse files
committed
NEP29+1y: Set minimum python to 3.6, numpy to 1.13
1 parent 75b598a commit cbb1ab9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nipype/info.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6463
description = "Neuroimaging in Python: Pipelines and Interfaces"
6564

@@ -100,7 +99,7 @@ def get_nipype_gitversion():
10099
# versions
101100
NIBABEL_MIN_VERSION = "2.1.0"
102101
NETWORKX_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
106105
NUMPY_MIN_VERSION_37 = "1.15.3"

0 commit comments

Comments
 (0)