Skip to content

Commit f0207be

Browse files
authored
bump latest lightning deps (#2170)
**Context:** Along with the development of v0.44 more and more deprecations and breaking changes are coming into lightning. For example, the one at `dev11` is introducing blockage for further deprecation on-going in PennyLane PennyLaneAI/pennylane#8533 **Description of the Change:** **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:**
1 parent dccdc6d commit f0207be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.dep-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pennylane=0.44.0.dev20
1414

1515
# For a custom LQ/LK version, update the package version here and at
1616
# 'doc/requirements.txt'
17-
lightning=0.43.0
17+
lightning=0.44.0-dev11

doc/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ lxml_html_clean
3131

3232
# Pre-install PL development wheels
3333
--extra-index-url https://test.pypi.org/simple/
34-
pennylane-lightning-kokkos==0.43.0
35-
pennylane-lightning==0.43.0
34+
pennylane-lightning-kokkos==0.44.0-dev11
35+
pennylane-lightning==0.44.0-dev11
3636
pennylane==0.44.0.dev20

0 commit comments

Comments
 (0)