From 2ddc9dc1809552d9628276b00276a3b78a8eff73 Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Tue, 28 Jan 2025 12:43:47 +0000 Subject: [PATCH] Constrain to pytket 1.x. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79ed337..f3b8ef1 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ packages=find_namespace_packages(include=["pytket.*"]), include_package_data=True, install_requires=[ - "pytket >= 1.39.0", + "pytket >= 1.39.0, < 2", "networkx >= 2.8.8", ], classifiers=[