Skip to content

Commit

Permalink
Add CMake to setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 29, 2024
1 parent 72c696f commit f34f266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ 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 f34f266

Please sign in to comment.