From cdd40071246d82bae1a656eea81fcc4c97889cc1 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Thu, 9 Jan 2025 15:57:48 +0000 Subject: [PATCH] update changelog and requirements.txt --- .github/CHANGELOG.md | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 8d01e6b682..17142b6657 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -20,6 +20,9 @@ ### Breaking changes +* Update Pennylane requirement to v0.40 + [(#1033)](https://github.com/PennyLaneAI/pennylane-lightning/pull/1033) + * Handling for the legacy operator arithmetic (the `Hamiltonian` and `Tensor` classes in PennyLane) is removed. [(#994)](https://github.com/PennyLaneAI/pennylane-lightning/pull/994) [(#997)](https://github.com/PennyLaneAI/pennylane-lightning/pull/997) diff --git a/requirements.txt b/requirements.txt index 2eb715f7f1..f555d90211 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ clang-tidy~=16.0 clang-format~=16.0 isort==5.13.2 pylint==2.7.4 -pennylane>=0.37 +pennylane>=0.40 scipy-openblas32>=0.3.26