Skip to content

Commit

Permalink
Update to iqm-client 17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Mar 8, 2024
1 parent 392f6c0 commit c46db7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Unreleased
----------

* Updated pytket version requirement to 1.25.
* Updated iqm-client version requirement to 16.1.
* Updated iqm-client version requirement to 17.0.


0.11.0 (January 2024)
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.25", "iqm-client ~= 16.1"],
install_requires=["pytket ~= 1.25", "iqm-client ~= 17.0"],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit c46db7a

Please sign in to comment.