Skip to content

Commit 2f169a9

Browse files
committed
Tests: restrict the version of numpy for py2
NumPy versions after 0.16 are not usable with python 2.
1 parent 6de5877 commit 2f169a9

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
@@ -63,5 +63,5 @@
6363
'Cython >= 0.27',
6464
],
6565
test_suite="tests",
66-
tests_require=['pytest', 'numpy'],
66+
tests_require=['pytest', 'numpy<1.17'],
6767
)

0 commit comments

Comments
 (0)