Skip to content

Commit ad96a50

Browse files
authored
Fix setup for Python 3.7
1 parent d1dc43d commit ad96a50

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
@@ -36,6 +36,6 @@ def dependencies(imported_file):
3636
},
3737
install_requires=dependencies('requirements.txt'),
3838
setup_requires=['pytest-runner',
39-
'' if num_installed else 'numpy==1.12.0'],
39+
'' if num_installed else 'numpy==1.16.0'],
4040
tests_require=dependencies('test-requirements.txt'),
4141
include_package_data=True)

0 commit comments

Comments
 (0)