Skip to content

Commit

Permalink
Update pytket-braket requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [pytket-braket](https://github.com/CQCL/pytket-braket) to permit the latest version.
- [Release notes](https://github.com/CQCL/pytket-braket/releases)
- [Changelog](https://github.com/CQCL/pytket-braket/blob/develop/docs/changelog.rst)
- [Commits](CQCL/pytket-braket@v0.35.1...v0.36.0)

---
updated-dependencies:
- dependency-name: pytket-braket
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent ae7d15e commit 2cb4314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pytket = ["pytket>=1.16.0,<1.28.0"]
pyquil = ["pyquil>=3.5.4,<4.4.0"]
qir = ["qbraid-qir>=0.1.1,<0.2.0"]
qiskit = ["qiskit>=0.44.0,<1.1.0", "qiskit-ibm-provider>=0.5.3,<0.11.0", "qiskit-ibm-runtime>=0.18.0,<0.21.0", "qiskit[visualization]"]
ionq = ["cirq-core>=1.3.0,<1.4.0", "cirq-ionq>=1.3.0,<1.4.0", "pytket-braket>=0.30.0,<0.36.0"]
ionq = ["cirq-core>=1.3.0,<1.4.0", "cirq-ionq>=1.3.0,<1.4.0", "pytket-braket>=0.30.0,<0.37.0"]
visualization = ["ipython", "matplotlib", "pylatexenc"]
test = ["pytest", "pytest-cov"]
lint = ["black", "isort", "pylint", "qbraid-cli"]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cirq-ionq~=1.3.0
pennylane~=0.35.1
pyquil~=4.4.0
pytket>=1.26,<1.28
pytket-braket~=0.35.1
pytket-braket>=0.35.1,<0.37.0
qiskit~=1.0.2
qiskit-ibm-provider~=0.10.0
qiskit-ibm-runtime~=0.20.0
Expand Down

0 comments on commit 2cb4314

Please sign in to comment.