We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de5877 commit 2f169a9Copy full SHA for 2f169a9
setup.py
@@ -63,5 +63,5 @@
63
'Cython >= 0.27',
64
],
65
test_suite="tests",
66
- tests_require=['pytest', 'numpy'],
+ tests_require=['pytest', 'numpy<1.17'],
67
)
0 commit comments