Skip to content

Commit 0e3e261

Browse files
authored
Merge pull request #21 from codingo/codingo-fix-setup
Fix setup for Python 3.7
2 parents d1dc43d + ad96a50 commit 0e3e261

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)