Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25bd18f

Browse files
committed
BLD: sync build and run time numpy pinning
As of 60b03f1 the minimum version is 1.16. This got missed as part of that PR.
1 parent f905e64 commit 25bd18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def build_extensions(self):
284284
python_requires='>={}'.format('.'.join(str(n) for n in min_version)),
285285
setup_requires=[
286286
"certifi>=2020.06.20",
287-
"numpy>=1.15",
287+
"numpy>=1.16",
288288
],
289289
install_requires=[
290290
"certifi>=2020.06.20",

0 commit comments

Comments
 (0)