Skip to content

Commit

Permalink
Revert "Add CMake to setup_requires"
Browse files Browse the repository at this point in the history
This reverts commit f34f266.
  • Loading branch information
WrathfulSpatula committed Nov 29, 2024
1 parent f34f266 commit 09ef23f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def run(self):
"long_description_content_type": "text/x-rst",
"provides": ["pennylane_qrack"],
"install_requires": requirements,
"setup_requires": ["cmake"],
"package_data": {"pennylane_qrack": ["QrackDeviceConfig.toml"]},
"include_package_data": True,
}
Expand Down

0 comments on commit 09ef23f

Please sign in to comment.