Skip to content

Commit

Permalink
Bump minimum Lightning and Catalyst versions (#6813)
Browse files Browse the repository at this point in the history
Don't merge until Lightning and Catalyst are released.
PietropaoloFrisoni authored Jan 14, 2025
1 parent 0202377 commit 19ac94b
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/stable/external.txt
Original file line number Diff line number Diff line change
@@ -117,8 +117,8 @@ packaging==24.1
pandocfilters==1.5.1
parso==0.8.4
pathspec==0.12.1
PennyLane-Catalyst==0.9.0
PennyLane_Lightning==0.39.0
PennyLane-Catalyst==0.10.0
PennyLane_Lightning==0.40.0
pexpect==4.9.0
pillow==10.4.0
platformdirs==4.2.2
2 changes: 1 addition & 1 deletion pennylane/compiler/compiler.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@

from packaging.version import Version

PL_CATALYST_MIN_VERSION = Version("0.9.0")
PL_CATALYST_MIN_VERSION = Version("0.10.0")


class CompileError(Exception):
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
"appdirs",
"autoray>=0.6.11",
"cachetools",
"pennylane-lightning>=0.39",
"pennylane-lightning>=0.40",
"requests",
"typing_extensions",
"packaging",

0 comments on commit 19ac94b

Please sign in to comment.