From 25777e551af740115d560338b125dfd251e6f0e6 Mon Sep 17 00:00:00 2001 From: Silas Dilkes <36165522+sjdilkes@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:44:50 +0000 Subject: [PATCH] Update setup.py Co-authored-by: cqc-melf <70640934+cqc-melf@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc80c7d..de1fdad 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.24.0", + "pytket ~= 1.24", "pyquil ~= 3.5", "typing-extensions ~= 4.2", ],