From 0152b54564ef6fe7f3f3f1fd3750d2452e595f44 Mon Sep 17 00:00:00 2001 From: Melf Date: Thu, 23 Jan 2025 18:00:25 +0000 Subject: [PATCH 1/2] update pytket version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ceceebd..79ed337 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.38.0", + "pytket >= 1.39.0", "networkx >= 2.8.8", ], classifiers=[ From bc53820fbdc72cd178b7b899de79a9d8e283b44c Mon Sep 17 00:00:00 2001 From: Melf Date: Thu, 23 Jan 2025 18:06:24 +0000 Subject: [PATCH 2/2] update changelog --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 05d17c5..5b27cf4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,11 @@ Changelog ~~~~~~~~~ +0.10.2 (unreleased) +------------------- + +* Updated pytket version requirement to 1.39. + 0.10.1 (December 2024) ----------------------