Skip to content

Commit

Permalink
build: Reintroduce lark dependency
Browse files Browse the repository at this point in the history
Unfortunately lost during rebase...
  • Loading branch information
alecandido committed Apr 22, 2024
1 parent 7705623 commit 23762a3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 18 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ include = ["*.out", "*.yml"]
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
qibo = ">=0.2.6"
networkx = "^3.0"
numpy = "^1.26.4"
more-itertools = "^9.1.0"
pydantic = "^2.6.4"
networkx = "^3.0"
more-itertools = "^9.1.0"
qblox-instruments = { version = "0.12.0", optional = true }
lark = { version = "^1.1.9", optional = true }
qcodes = { version = "^0.37.0", optional = true }
qcodes_contrib_drivers = { version = "0.18.0", optional = true }
pyvisa-py = { version = "0.5.3", optional = true }
Expand Down Expand Up @@ -81,6 +82,7 @@ pylint = ">=2.16.0"

[tool.poetry.extras]
qblox = ["qblox-instruments", "qcodes", "qcodes_contrib_drivers", "pyvisa-py"]
neoqblox = ["lark"]
qm = ["qm-qua", "qualang-tools"]
zh = ["laboneq"]
rfsoc = ["qibosoq"]
Expand Down

0 comments on commit 23762a3

Please sign in to comment.