diff --git a/setup.py b/setup.py index 013bae22..8e7360ca 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.22"], + install_requires=["pytket ~= 1.23"], classifiers=[ "Environment :: Console", "Programming Language :: Python :: 3.9",