Skip to content

Commit

Permalink
PennyLane v0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 29, 2024
1 parent 1bd7a82 commit 72c696f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run(self):
with open("./pennylane_qrack/_version.py") as f:
(version,) = re.findall('__version__ = "(.*)"', f.read())

requirements = ["pennylane>=0.32", "pyqrack>=1.30.0", "numpy>=1.16"]
requirements = ["pennylane>=0.39.0", "pyqrack>=1.30.0", "numpy>=1.16"]

info = {
"name": "pennylane-qrack",
Expand All @@ -41,7 +41,7 @@ def run(self):
"maintainer_email": "stranoj@gmail.com",
"url": "http://github.com/vm6502q",
"license": "Apache License 2.0",
"packages": ["pennylane_qrack>=0.39.0"],
"packages": ["pennylane_qrack"],
"cmdclass": {"build_py": Build},
"entry_points": {
"pennylane.plugins": ["qrack.simulator = pennylane_qrack.qrack_device:QrackDevice"]
Expand Down

0 comments on commit 72c696f

Please sign in to comment.