Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 2c6b970

Browse files
committed
MAINT: bump minimum NumPy version
1 parent adb7ce0 commit 2c6b970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def find_stubs(package):
2222
packages=["numpy-stubs"],
2323
# PEP 561 requires these
2424
install_requires=[
25-
"numpy>=1.14.0",
25+
"numpy>=1.16.0",
2626
'typing_extensions>=3.7.4; python_version<"3.8"',
2727
],
2828
package_data=find_stubs("numpy-stubs"),

0 commit comments

Comments
 (0)