Skip to content

Commit 2a74df8

Browse files
authored
bump lightning and catalyst to release versions (#7869)
ℹ️ CI will fail until they are available on the PyPI. **Context:** This bumps the versions of lightning and catalyst to the new release versions. Lightning is up, - https://pypi.org/project/pennylane-lightning/0.42.0/ - https://pypi.org/project/pennylane-lightning-tensor/0.42.0/ - https://pypi.org/project/pennylane-lightning-kokkos/0.42.0/ - https://pypi.org/project/pennylane-lightning-gpu/0.42.0/ Catalyst is up, - https://pypi.org/project/pennylane-catalyst/0.12.0/
1 parent 840e17a commit 2a74df8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/stable/external.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ parso==0.8.4
146146
pathspec==0.12.1
147147
pbr==6.1.1
148148
PennyLane-qiskit @ git+https://github.com/PennyLaneAI/pennylane-qiskit.git@2da462b48a09b4796f5724edf2da8d3c6c0c55cd
149-
pennylane_catalyst==0.12.0.dev71
150-
PennyLane_Lightning==0.42.0.dev16
151-
PennyLane_Lightning_Kokkos==0.42.0.dev16
149+
pennylane_catalyst==0.12.0
150+
PennyLane_Lightning==0.42.0
151+
PennyLane_Lightning_Kokkos==0.42.0
152152
pexpect==4.9.0
153153
pillow==11.3.0
154154
platformdirs==4.3.8

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.11.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",
1919
"cachetools",
20-
"pennylane-lightning>=0.41",
20+
"pennylane-lightning>=0.42",
2121
"requests",
2222
"tomlkit",
2323
"typing_extensions",

0 commit comments

Comments
 (0)