From b07b1605d4d9c84ae6199f8ea1e5815dff23bb5f Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Fri, 8 Mar 2024 13:16:24 +0000 Subject: [PATCH] Update to iqm-client 17.1. --- docs/changelog.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d2d3c65..da920b1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,7 +5,7 @@ Unreleased ---------- * Updated pytket version requirement to 1.25. -* Updated iqm-client version requirement to 17.0. +* Updated iqm-client version requirement to 17.1. 0.11.0 (January 2024) diff --git a/setup.py b/setup.py index 5f1ce97..8ac7db9 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ license="Apache 2", packages=find_namespace_packages(include=["pytket.*"]), include_package_data=True, - install_requires=["pytket ~= 1.25", "iqm-client ~= 17.0"], + install_requires=["pytket ~= 1.25", "iqm-client ~= 17.1"], classifiers=[ "Environment :: Console", "Programming Language :: Python :: 3.10",