From 52991f5f030af6f2fe3dca631bf7e19a5fe47512 Mon Sep 17 00:00:00 2001 From: cqc-melf <70640934+cqc-melf@users.noreply.github.com> Date: Fri, 24 Jan 2025 09:32:43 +0000 Subject: [PATCH] update pytket version (#184) # Description Please summarise the changes. # Related issues Please mention any github issues addressed by this PR. # Checklist - [ ] I have performed a self-review of my code. - [ ] I have commented hard-to-understand parts of my code. - [ ] I have made corresponding changes to the public API documentation. - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have updated the changelog with any user-facing changes. --- docs/changelog.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) ---------------------- 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=[