summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLumir Balhar <lbalhar@redhat.com>2021-02-10 15:24:20 +0100
committerLumir Balhar <lbalhar@redhat.com>2021-02-10 15:24:20 +0100
commit9569f40917c80b9506f0969b1e89e2fc119d4ae3 (patch)
tree41bd7927edd7091902b512a0a2a8fd2c8a30e3b5
parentf6a71feac4ac1623c8cd69dea5a560fe1e9af00d (diff)
downloadnumpy-9569f40917c80b9506f0969b1e89e2fc119d4ae3.tar.gz
Fix version of wheel to support Python 3.10
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2526842fa..b1ffd8c76 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
# Minimum requirements for the build system to execute.
requires = [
"setuptools<49.2.0",
- "wheel<=0.35.1",
+ "wheel==0.36.2",
"Cython>=0.29.21,<3.0", # Note: keep in sync with tools/cythonize.py
]