Skip to content

Commit 70c7fdf

Browse files
committed
restting
1 parent 7a4d0bb commit 70c7fdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pennylane/compiler/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from packaging.version import Version
2525

26-
PL_CATALYST_MIN_VERSION = Version("0.13.0")
26+
PL_CATALYST_MIN_VERSION = Version("0.12.0")
2727

2828

2929
class CompileError(Exception):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"appdirs",
1818
"autoray>=0.6.11,<0.8",
1919
"cachetools",
20-
"pennylane-lightning>=0.43",
20+
"pennylane-lightning>=0.42",
2121
"requests",
2222
"tomlkit",
2323
"typing_extensions",

0 commit comments

Comments
 (0)