Skip to content

Commit

Permalink
Update dependencies; bump version. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Mar 28, 2024
1 parent 9b8be92 commit 9c3d1a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.21"
version = "0.1.22"
description = "This package enables emulation of pytket circuits using the PECOS emulator."
authors = [{name = "Alec Edgington", email = "[email protected]"}]
license = {file = "LICENSE"}
Expand All @@ -18,8 +18,8 @@ classifiers = [
"Operating System :: Microsoft :: Windows"
]
dependencies = [
"pytket >= 1.25.0",
"pytket-phir >= 0.6.1",
"pytket >= 1.26.0",
"pytket-phir >= 0.6.2",
"quantum-pecos[simulators,wasmtime] >= 0.5.0dev10"
]

Expand Down

0 comments on commit 9c3d1a4

Please sign in to comment.