Skip to content

Commit

Permalink
Update pytket requirement from ~=1.9.0 to >=1.9,<1.11
Browse files Browse the repository at this point in the history
Updates the requirements on [pytket](https://github.com/CQCL/tket) to permit the latest version.
- [Release notes](https://github.com/CQCL/tket/releases)
- [Commits](CQCL/tket@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: pytket
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2022
1 parent 73f53c6 commit 184f37e
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 @@ -20,7 +20,7 @@ dynamic = ["version"]

dependencies = [
"qiskit[all]~=0.39.2",
"pytket~=1.9.0",
"pytket>=1.9,<1.11",
"pytket-qiskit",
"pandas>=1.0.0",
"flask>=2.0.0",
Expand Down

0 comments on commit 184f37e

Please # to comment.