Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just in case: whenever you'd like to run tests, you will need to generate a synced lockfile.

You can do it by running poetry lock (pure lockfile generation) or poetry update (lockfile generate and Poetry environment update, i.e. installing the lockfile specified dependencies, removing outdated ones).

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ optuna = "^4.2.1"
tabulate = "^0.9.0"
openqasm3 = { version = "^1.0.1", extras = ["parser"] }
qulacs = { version = "^0.6.4", optional = true, python = "<3.13" }
perceval-quandela = ">=0.13"

[tool.poetry.group.dev]
optional = true
Expand Down
Loading