Skip to content

Commit

Permalink
deps: update pytket version to 1.38.0 (#447)
Browse files Browse the repository at this point in the history
* deps: update pytket to v1.38.0

* update changelog
  • Loading branch information
CalMacCQ authored Jan 16, 2025
1 parent ab240d9 commit 65d4438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## Unreleased

- Reject circuits containing nested conditionals when converting to qiskit.
- Update pytket version requirement to 1.38.0.

## 0.62.0 (December 2024)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket >= 1.37.0",
"pytket >= 1.38.0",
"qiskit ~= 1.3.1",
"qiskit-ibm-runtime >= 0.30.0",
"qiskit-aer >= 0.15.1",
Expand Down

0 comments on commit 65d4438

Please # to comment.