Skip to content

Commit

Permalink
Final sync to master (#6831)
Browse files Browse the repository at this point in the history
Final manual sync PR from the `rc` branch to `master`

---------

Co-authored-by: Christina Lee <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mudit Pandey <[email protected]>
Co-authored-by: ringo-but-quantum <[email protected]>
Co-authored-by: Andrija Paurevic <[email protected]>
Co-authored-by: Austin Huang <[email protected]>
Co-authored-by: lillian542 <[email protected]>
Co-authored-by: Astral Cai <[email protected]>
Co-authored-by: Yushao Chen (Jerry) <[email protected]>
Co-authored-by: Alex Preciado <[email protected]>
Co-authored-by: Korbinian Kottmann <[email protected]>
Co-authored-by: dwierichs <[email protected]>
Co-authored-by: Isaac De Vlugt <[email protected]>
Co-authored-by: ANTH0NY <[email protected]>
Co-authored-by: AntonNI8 <[email protected]>
Co-authored-by: Diego <[email protected]>
Co-authored-by: Diego <[email protected]>
Co-authored-by: Jay Soni <[email protected]>
Co-authored-by: qottmann <[email protected]>
Co-authored-by: Josh Izaac <[email protected]>
Co-authored-by: Ashish Kanwar Singh <[email protected]>
  • Loading branch information
22 people authored Jan 14, 2025
1 parent b42e89e commit 2147813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/releases/changelog-0.40.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1170,4 +1170,4 @@ Anton Naim Ibrahim,
Andrija Paurevic,
Justin Pickering,
Jay Soni,
David Wierichs.
David Wierichs.
2 changes: 1 addition & 1 deletion pennylane/compiler/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"appdirs",
"autoray>=0.6.11",
"cachetools",
"pennylane-lightning>=0.39",
"pennylane-lightning>=0.40",
"requests",
"typing_extensions",
"packaging",
Expand Down

0 comments on commit 2147813

Please sign in to comment.