summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-02-10 08:21:43 -0700
committerGitHub <noreply@github.com>2021-02-10 08:21:43 -0700
commit1900913b4c226e4cb49ab466671ed56bccb3f700 (patch)
treecaf7edd66a91d2acecbc5ff844282499d87bbe7d
parent0316d19de1f5ba05e8409fda83ffeddf59ffc76d (diff)
parent9569f40917c80b9506f0969b1e89e2fc119d4ae3 (diff)
downloadnumpy-1900913b4c226e4cb49ab466671ed56bccb3f700.tar.gz
Merge pull request #18389 from frenzymadness/wheel
MAINT: 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
]