summaryrefslogtreecommitdiff
path: root/INSTALL.rst.txt
diff options
context:
space:
mode:
authorBrigitta Sipőcz <bsipocz@gmail.com>2022-05-20 18:34:23 -0700
committerBrigitta Sipőcz <bsipocz@gmail.com>2022-05-23 09:29:59 -0700
commit97730b069658a91c13a3c7c3d0677eb5f9ad4833 (patch)
tree1fc2d9852853051d6dee8c0b92f1edc0a710c071 /INSTALL.rst.txt
parentd4d5771e17c14ce8cdeaf2922d537006dd3fcebf (diff)
downloadnumpy-97730b069658a91c13a3c7c3d0677eb5f9ad4833.tar.gz
MAINT: Updating cython requirement
Diffstat (limited to 'INSTALL.rst.txt')
-rw-r--r--INSTALL.rst.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst.txt b/INSTALL.rst.txt
index dabc28899..e4d08417d 100644
--- a/INSTALL.rst.txt
+++ b/INSTALL.rst.txt
@@ -20,7 +20,7 @@ Building NumPy requires the following installed software:
e.g., on Debian/Ubuntu one needs to install both `python3` and
`python3-dev`. On Windows and macOS this is normally not an issue.
-2) Cython >= 0.29.30
+2) Cython >= 0.29.30 but < 3.0
3) pytest__ (optional) 1.15 or later