mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 14:54:21 +01:00
Fix setup for Python 3.7
This commit is contained in:
2
setup.py
2
setup.py
@@ -36,6 +36,6 @@ with open("README.md") as file:
|
|||||||
},
|
},
|
||||||
install_requires=dependencies('requirements.txt'),
|
install_requires=dependencies('requirements.txt'),
|
||||||
setup_requires=['pytest-runner',
|
setup_requires=['pytest-runner',
|
||||||
'' if num_installed else 'numpy==1.12.0'],
|
'' if num_installed else 'numpy==1.16.0'],
|
||||||
tests_require=dependencies('test-requirements.txt'),
|
tests_require=dependencies('test-requirements.txt'),
|
||||||
include_package_data=True)
|
include_package_data=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user