diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-12-23 14:56:47 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2019-12-23 15:35:03 -0700 |
commit | a7928319d264871a5d95b39ab334884501992676 (patch) | |
tree | d08d5b5caf065cb2e47c58763854c1a7970ba1b9 /INSTALL.rst.txt | |
parent | 42bd6db6ecfdb0b91e5d08ff587ad9af6d5f42d4 (diff) | |
download | numpy-a7928319d264871a5d95b39ab334884501992676.tar.gz |
MAINT: Update required cython version to 0.29.14.
This is needed for the latest fixes for Python 3.8.
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 b33f93683..30f58fa6d 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.13 +2) Cython >= 0.29.14 3) pytest__ (optional) 1.15 or later |