From 5b46279fe9384b8b0eceb4b743dc960dfad06042 Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:15:36 +0000 Subject: [PATCH] Update to pytket-pecos 0.1.19. (#388) --- docs/changelog.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7ba07fad..fdafb0b0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,7 +6,7 @@ Unreleased * Add method to enable visibility of Quantinuum H-Series operational calendar. -* Update pytket_pecos version requirement to 0.1.18. +* Update pytket_pecos version requirement to 0.1.19. * Support TK2 as native gate. 0.30.0 (February 2024) diff --git a/setup.py b/setup.py index 445ad8af..ed39b68f 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "msal ~= 1.18", ], extras_require={ - "pecos": ["pytket-pecos ~= 0.1.18"], + "pecos": ["pytket-pecos ~= 0.1.19"], }, classifiers=[ "Environment :: Console",