Skip to content

Commit

Permalink
Update pytket-qiskit requirement in the python-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [pytket-qiskit](https://github.com/CQCL/pytket-qiskit) to permit the latest version.

Updates `pytket-qiskit` to 0.53.0
- [Release notes](https://github.com/CQCL/pytket-qiskit/releases)
- [Changelog](https://github.com/CQCL/pytket-qiskit/blob/develop/docs/changelog.rst)
- [Commits](CQCL/pytket-qiskit@v0.50.0...v0.53.0)

---
updated-dependencies:
- dependency-name: pytket-qiskit
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent d5401a9 commit 244c6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires-python = ">=3.10"
dynamic = ["version"]

dependencies = [
"pytket-qiskit>=0.50.0,<0.53.0", # manages the dependencies for qiskit and tket in a combined fashion
"pytket-qiskit>=0.50.0,<0.54.0", # manages the dependencies for qiskit and tket in a combined fashion
"qiskit_optimization",
"qiskit_nature",
"qiskit_finance",
Expand Down

0 comments on commit 244c6c0

Please sign in to comment.