From 2147813c93a487c992cdee13bb8b09a2b64ced5a Mon Sep 17 00:00:00 2001 From: Pietropaolo Frisoni Date: Tue, 14 Jan 2025 16:41:59 -0500 Subject: [PATCH] Final sync to master (#6831) Final manual sync PR from the `rc` branch to `master` --------- Co-authored-by: Christina Lee Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mudit Pandey Co-authored-by: ringo-but-quantum Co-authored-by: Andrija Paurevic <46359773+andrijapau@users.noreply.github.com> Co-authored-by: Austin Huang <65315367+austingmhuang@users.noreply.github.com> Co-authored-by: lillian542 <38584660+lillian542@users.noreply.github.com> Co-authored-by: Astral Cai Co-authored-by: Yushao Chen (Jerry) Co-authored-by: Alex Preciado Co-authored-by: Korbinian Kottmann <43949391+Qottmann@users.noreply.github.com> Co-authored-by: dwierichs Co-authored-by: Isaac De Vlugt <34751083+isaacdevlugt@users.noreply.github.com> Co-authored-by: ANTH0NY <39093564+AntonNI8@users.noreply.github.com> Co-authored-by: AntonNI8 Co-authored-by: Diego Co-authored-by: Diego <67476785+DSGuala@users.noreply.github.com> Co-authored-by: Jay Soni Co-authored-by: qottmann Co-authored-by: Josh Izaac Co-authored-by: Ashish Kanwar Singh <104938869+ashishks0522@users.noreply.github.com> --- doc/releases/changelog-0.40.0.md | 2 +- pennylane/compiler/compiler.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/releases/changelog-0.40.0.md b/doc/releases/changelog-0.40.0.md index 39e5b6ecc92..bb9cb7cd3bc 100644 --- a/doc/releases/changelog-0.40.0.md +++ b/doc/releases/changelog-0.40.0.md @@ -1170,4 +1170,4 @@ Anton Naim Ibrahim, Andrija Paurevic, Justin Pickering, Jay Soni, -David Wierichs. +David Wierichs. \ No newline at end of file diff --git a/pennylane/compiler/compiler.py b/pennylane/compiler/compiler.py index cbb38243d83..6c38bb3d203 100644 --- a/pennylane/compiler/compiler.py +++ b/pennylane/compiler/compiler.py @@ -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): diff --git a/setup.py b/setup.py index a6ce2fb7a08..47d6484df65 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "appdirs", "autoray>=0.6.11", "cachetools", - "pennylane-lightning>=0.39", + "pennylane-lightning>=0.40", "requests", "typing_extensions", "packaging",