Skip to content

Commit

Permalink
build: phirc also needs projectq, other cleanup (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik authored Nov 28, 2023
1 parent 8b4743d commit 29ffa22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
additional_dependencies: [
phir,
pytest,
pytket-quantinuum==0.25.0,
pytket==1.21.0,
pytket-quantinuum,
pytket,
types-setuptools,
]
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ Just issue `pip install pytket-phir` to obtain the latest stable release.

The package includes a tool for emulating QASM files from the command line using PECOS.

NOTE: PECOS currently requires installation using
`pip install "quantum-pecos@git+https://github.com/PECOS-packages/PECOS.git@e2e-testing"`
for the CLI to work.
NOTE: The CLI currently requires installation of additional dependencies using
`pip install projectq "quantum-pecos@git+https://github.com/PECOS-packages/PECOS.git@e2e-testing"`

```sh
❯ phirc -h
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [

[project.optional-dependencies]
docs = ["sphinx", "pydata_sphinx_theme"]
# phirc = ["quantum-pecos@git+https://github.com/PECOS-packages/PECOS.git@e2e-testing"]
phirc = ["projectq"] # add quantum-pecos>=5.0.0 once released
tests = ["pytest"]

[project.scripts]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
build==1.0.3
mypy==1.7.1
networkx==2.8.8
phir==0.1.6
pre-commit==3.5.0
pydata_sphinx_theme==0.14.3
Expand Down

0 comments on commit 29ffa22

Please sign in to comment.