summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-08-01 20:07:24 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-08-01 20:07:24 +0200
commitb270cf36e486fc880e786593a9b374cfbae7e3d1 (patch)
tree75ad11842f5a42dfe3872a765b50e6e4b5ad39ab
parent73dd028449b326675a7af49e6fe042eeac289253 (diff)
downloadcython-b270cf36e486fc880e786593a9b374cfbae7e3d1.tar.gz
Use NumPy 1.18.x for testing on travis as long as 1.19.[01+] ships a numpy.pxd that is incompatible with Cython 3.0.
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 2cb479eee..8697eff4b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,3 @@
-numpy != 1.19.0
+numpy < 1.19.0
coverage
pycodestyle