Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
2 changes: 2 additions & 0 deletions challenges/VQA-Knapsack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"matplotlib>=3.10.9",
"pylatexenc>=2.10",
"qiskit>=2.4.1",
"qiskit-optimization>=0.7.0",
"scipy>=1.17.1",
]
19 changes: 11 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,22 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ipython>=9.13.0",
]
dependencies = ["ipython>=9.13.0"]

[dependency-groups]
dev = ["pytest>=9.0.3", "ruff>=0.15.13"]

[tool.pytest]
pythonpath = ["src"]

[tool.ruff]
extend-exclude = ["*.ipynb"]

[tool.ruff.lint]
select = ["D"]

[tool.ruff.lint.pydocstyle]
convention = "google"

[tool.uv.workspace]
members = [
"challenges/VQA-Knapsack",
"challenges/VQA_QChem",
"challenges/QNN_MNIST",
]
members = ["challenges/**"]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading