Skip to content

Commit

Permalink
update pytket and pytket-qir (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored May 17, 2024
1 parent c391de4 commit f0310fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Unreleased

* Update pytket_pecos version requirement to 0.1.25.
* Update Leakage Detection to reuse circuit qubits.
* Update pytket version requirement to 1.28.
* Update pytket-qir version requirement to 0.11.

0.33.0 (April 2024)
-------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket ~= 1.27",
"pytket-qir ~= 0.9.0",
"pytket ~= 1.28",
"pytket-qir ~= 0.11.0",
"requests >= 2.2",
"types-requests",
"websockets >= 7.0",
Expand Down

0 comments on commit f0310fc

Please sign in to comment.