Skip to content

Commit

Permalink
Update pennylane requirement from ~=0.30.0 to ~=0.31.0 (#1888)
Browse files Browse the repository at this point in the history
* Update pennylane requirement from ~=0.30.0 to ~=0.31.0

Updates the requirements on [pennylane](https://github.com/PennyLaneAI/pennylane) to permit the latest version.
- [Release notes](https://github.com/PennyLaneAI/pennylane/releases)
- [Commits](PennyLaneAI/pennylane@v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: pennylane
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* `pennylane.grouping` moved/organized to `pennylane.pauli`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nate stemen <nate@unitary.fund>
  • Loading branch information
dependabot[bot] and natestemen authored Aug 1, 2023
1 parent 97057f1 commit 4e1ec46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ qiskit-aer~=0.12.2
qiskit-ibm-provider~=0.6.2
pyquil~=3.5.4
pennylane-qiskit~=0.31.0
pennylane~=0.30.0
pennylane~=0.31.0
amazon-braket-sdk~=1.52.0

# Unit tests, coverage, and formatting/style.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/examples/molecular_hydrogen_pennylane.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
jupytext:
text_representation:
extension: .myst
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.11.1
Expand Down Expand Up @@ -37,7 +37,7 @@ from scipy.optimize import brute
import cirq
import pennylane as qml
from pennylane.grouping import pauli_word_to_string
from pennylane.pauli import pauli_word_to_string
import mitiq
from mitiq import zne # Zero-noise extrapolation module
Expand Down

0 comments on commit 4e1ec46

Please sign in to comment.