Skip to content

Commit

Permalink
Update to pytket-phir 0.6.1; bump version. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Mar 26, 2024
1 parent 7e184c4 commit 9b8be92
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.20"
version = "0.1.21"
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.25.0",
"pytket-phir >= 0.6.0",
"pytket-phir >= 0.6.1",
"quantum-pecos[simulators,wasmtime] >= 0.5.0dev10"
]

Expand Down

0 comments on commit 9b8be92

Please sign in to comment.