Skip to content

Commit

Permalink
BLD: explicitly require wheel as a buildtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Dec 21, 2022
1 parent 9749c48 commit 968b975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ requires = [
"setuptools>=61.2",
"Cython>=0.29.22,<3.0",
"oldest-supported-numpy",
# see https://github.com/numpy/numpy/pull/18389
"wheel>=0.36.2",
]

[project]
Expand Down

0 comments on commit 968b975

Please sign in to comment.