From ff62f52ab0883474d35b41ad11af4f3a3ef7b597 Mon Sep 17 00:00:00 2001 From: Melf Date: Thu, 3 Oct 2024 18:09:47 +0100 Subject: [PATCH] update pytket version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4cef21..ba2615d 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ packages=find_namespace_packages(include=["pytket.*"]), include_package_data=True, install_requires=[ - "pytket >= 1.31.0", + "pytket >= 1.33.0", "pyquil >= 4.13.0", "typing-extensions >= 4.12.2", ],