diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-11-01 11:31:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 11:31:45 +0200 |
commit | fa397e9d9a821a178ad620b28bb334b800d2c93d (patch) | |
tree | b5c9dd882e43dae744e93a2809b0205e55a6b1e9 /test_requirements.txt | |
parent | 927feff8788f27f29e76e803f187a4c041098ced (diff) | |
parent | cb3d7ef65e5e5277f5d5714a604bc724620876c6 (diff) | |
download | numpy-fa397e9d9a821a178ad620b28bb334b800d2c93d.tar.gz |
Merge pull request #20102 from thomasjpfan/ci_buildwheel_rf
BLD Uses cibuildwheel for linux + osx wheels [cd build]
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index 51f678670..30b193db1 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -7,7 +7,7 @@ pytz==2021.3 pytest-cov==3.0.0 pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy' # for numpy.random.test.test_extending -cffi +cffi; python_version < '3.10' # For testing types. Notes on the restrictions: # - Mypy relies on C API features not present in PyPy mypy==0.910; platform_python_implementation != "PyPy" |