diff options
| author | mattip <matti.picus@gmail.com> | 2021-11-29 23:29:50 +0200 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2021-11-29 23:29:50 +0200 |
| commit | d490e538e34cc9391da03f4683de09490bb66ec9 (patch) | |
| tree | 9a5a29dc98e340e0f8892752518db197f696a48c | |
| parent | c8fdb53ee2d1b1130a74ad7a3250366fd042da3f (diff) | |
| download | numpy-d490e538e34cc9391da03f4683de09490bb66ec9.tar.gz | |
MAINT: update wheel to version that supports python3.10
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3b4d8fede..39d6fcd98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "packaging==20.5; platform_machine=='arm64'", # macos M1 "setuptools==59.2.0", - "wheel==0.36.2", + "wheel==0.37.0", "Cython>=0.29.24,<3.0", # Note: keep in sync with tools/cythonize.py ] |
