From 72c696f632ca9295d6672f4695f710adde475680 Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Fri, 29 Nov 2024 07:14:33 -0500 Subject: [PATCH] PennyLane v0.39.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fb1f010..1b5ae65 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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"]