Skip to content

Commit 51797f7

Browse files
authored
Bump minimum Lightning and Catalyst versions (#6512)
Don't merge until Lightning and Catalyst are released.
1 parent 72bdaa2 commit 51797f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/stable/external.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ packaging==24.1
117117
pandocfilters==1.5.1
118118
parso==0.8.4
119119
pathspec==0.12.1
120-
PennyLane-Catalyst==0.8.0
121-
PennyLane_Lightning==0.38.0
120+
PennyLane-Catalyst==0.9.0
121+
PennyLane_Lightning==0.39.0
122122
pexpect==4.9.0
123123
pillow==10.4.0
124124
platformdirs==4.2.2

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.8.0")
26+
PL_CATALYST_MIN_VERSION = Version("0.9.0")
2727

2828

2929
class CompileError(Exception):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"appdirs",
3131
"autoray>=0.6.11",
3232
"cachetools",
33-
"pennylane-lightning>=0.38",
33+
"pennylane-lightning>=0.39",
3434
"requests",
3535
"typing_extensions",
3636
"packaging",

0 commit comments

Comments
 (0)