Skip to content

Commit f18880d

Browse files
committed
Bump numpy requirement in install.py
1 parent aac634d commit f18880d

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
@@ -24,7 +24,7 @@ def is_platform_windows():
2424
return sys.platform == 'win32' or sys.platform == 'cygwin'
2525

2626

27-
min_numpy_ver = '1.9.0'
27+
min_numpy_ver = '1.12.0'
2828
setuptools_kwargs = {
2929
'install_requires': [
3030
'python-dateutil >= 2.5.0',

0 commit comments

Comments
 (0)