Skip to content

Commit

Permalink
fix(quantum-computing): update dependency qiskit to v0.45.1 (#12985)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 30, 2023
1 parent 73b0ce9 commit 2f69056
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions quantum-computing/poetry.lock

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

2 changes: 1 addition & 1 deletion quantum-computing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Hongbo Miao"]

[tool.poetry.dependencies]
python = "3.12.x"
qiskit = {version = "0.45.0", extras = ["visualization"]}
qiskit = {version = "0.45.1", extras = ["visualization"]}

[tool.poetry.group.dev.dependencies]
poethepoet = "0.24.4"
Expand Down

0 comments on commit 2f69056

Please sign in to comment.