Skip to content

Commit

Permalink
Tests: restrict the version of numpy for py2
Browse files Browse the repository at this point in the history
NumPy versions after 0.16 are not usable with python 2.
  • Loading branch information
Linkid committed Mar 15, 2020
1 parent 6de5877 commit 2f169a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
'Cython >= 0.27',
],
test_suite="tests",
tests_require=['pytest', 'numpy'],
tests_require=['pytest', 'numpy<1.17'],
)

0 comments on commit 2f169a9

Please sign in to comment.