diff options
author | mattip <matti.picus@gmail.com> | 2022-02-20 15:49:03 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-02-20 15:49:03 +0200 |
commit | 9f72b9148a32cfa4df0d7972281d398f688ee7d5 (patch) | |
tree | b75a54cb247d5058a370db447c8bbf531d32eddd /INSTALL.rst.txt | |
parent | c92739b05e4b6aee621b8216ff45cc47a62210c7 (diff) | |
download | numpy-9f72b9148a32cfa4df0d7972281d398f688ee7d5.tar.gz |
update cython, pypy for cython0.29.28 and pypy v7.3.8 release
Diffstat (limited to 'INSTALL.rst.txt')
-rw-r--r-- | INSTALL.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst.txt b/INSTALL.rst.txt index 1bc97c4b5..d688d9025 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.21 +2) Cython >= 0.29.28 3) pytest__ (optional) 1.15 or later |