Skip to content

Commit

Permalink
Update to pytket-phir 0.7.0; bump version. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Apr 11, 2024
1 parent 1fe38b1 commit 42b176e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "pytket_pecos"
version = "0.1.23"
version = "0.1.24"
description = "This package enables emulation of pytket circuits using the PECOS emulator."
authors = [{name = "Alec Edgington", email = "[email protected]"}]
license = {file = "LICENSE"}
Expand All @@ -19,7 +19,7 @@ classifiers = [
]
dependencies = [
"pytket >= 1.26.0",
"pytket-phir >= 0.6.3",
"pytket-phir >= 0.7.0",
"quantum-pecos[simulators,wasmtime] >= 0.5.0dev10"
]

Expand Down

0 comments on commit 42b176e

Please sign in to comment.