diff --git a/setup.py b/setup.py index abc65423..c7d90902 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.24"], + install_requires=["pytket ~= 1.26"], classifiers=[ "Environment :: Console", "Programming Language :: Python :: 3.10",