Skip to content

Commit

Permalink
Merge pull request #231 from ska-sa/remove-wheel
Browse files Browse the repository at this point in the history
Remove wheel from build-system.requires
  • Loading branch information
bmerry committed Aug 3, 2023
2 parents 7998e0f + 3ac298f commit 341e6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel", "pybind11==2.10.3", "setuptools_scm==7.1.0"]
requires = ["setuptools", "pybind11==2.10.3", "setuptools_scm==7.1.0"]

[tool.cibuildwheel]
build-frontend = "build"
Expand Down

0 comments on commit 341e6f4

Please sign in to comment.