From bcf2e5c439a98cfb2b5f142a75c9da71c502d3da Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:49:10 +0000 Subject: [PATCH] Update to pytket-phir 0.5.0; bump version. (#26) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f039d7b..e77c6fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "pytket_pecos" -version = "0.1.17" +version = "0.1.18" 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.4.4", + "pytket-phir >= 0.5.0", "projectq >= 0.8.0", "quantum-pecos >= 0.5.0dev9" ]