Skip to content

Commit

Permalink
Bump iqm-client version. (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Jan 8, 2024
1 parent 45b719a commit b96ed54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
Unreleased
----------
* Add some additional post-routing optimisations to the default compilation pass for `optimisation_level=2`.
* Updated iqm-client version requirement to 15.2.

0.9.0 (November 2023)
---------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
license="Apache 2",
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=["pytket ~= 1.22", "iqm-client ~= 14.0"],
install_requires=["pytket ~= 1.22", "iqm-client ~= 15.2"],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit b96ed54

Please sign in to comment.