Skip to content

Commit

Permalink
update changelog and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
josephleekl committed Jan 9, 2025
1 parent 0a87200 commit cdd4007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cdd4007

Please sign in to comment.