diff --git a/setup.py b/setup.py index 79b731a..6a3e479 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.24.0rc0", + "pytket ~= 1.24", "qujax ~= 1.0", ], classifiers=[