Skip to content

Commit

Permalink
Remove redundant wheel dep from pyproject.toml (Qiskit#1741)
Browse files Browse the repository at this point in the history
Remove the redundant `wheel` dependency, as it is added by the backend automatically.

Listing it explicitly in the documentation was a historical mistake and has been fixed since,
see: [pypa/setuptools@f7d30a9](pypa/setuptools@f7d30a9).

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and hhorii committed Apr 7, 2023
1 parent 2377d2e commit f252c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[build-system]
requires = [
"setuptools",
"wheel",
"conan<2.0.0",
"scikit-build>=0.11.0",
"cmake!=3.17.1,!=3.17.0",
Expand Down

0 comments on commit f252c54

Please sign in to comment.