From 3335e03aaa19e42b494fdbd89922f70c1d1b8465 Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:52:39 +0000 Subject: [PATCH] Update quantum-pecos to 0.5dev5 (#10) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 80ee5b7..56de0fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "pytket_pecos" -version = "0.1.5" +version = "0.1.6" description = "This package enables emulation of pytket circuits using the PECOS emulator." authors = [{name = "Alec Edgington", email = "alec.edgington@quantinuum.com"}] license = {file = "LICENSE"} @@ -20,7 +20,7 @@ dependencies = [ "pytket >= 1.22.0", "pytket-phir >= 0.2.0", "projectq >= 0.8.0", - "quantum-pecos >= 0.5.dev4" + "quantum-pecos >= 0.5.dev5" ] [project.urls]