From 9b8be92df5967b83312d1e225c060ffaf84d4ea1 Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:21:46 +0000 Subject: [PATCH] Update to pytket-phir 0.6.1; bump version. (#29) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c8423eb..3b18234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "pytket_pecos" -version = "0.1.20" +version = "0.1.21" description = "This package enables emulation of pytket circuits using the PECOS emulator." authors = [{name = "Alec Edgington", email = "alec.edgington@quantinuum.com"}] license = {file = "LICENSE"} @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "pytket >= 1.25.0", - "pytket-phir >= 0.6.0", + "pytket-phir >= 0.6.1", "quantum-pecos[simulators,wasmtime] >= 0.5.0dev10" ]