Skip to content

Commit

Permalink
fix(quantum-computing): update dependency qiskit to v1.2.1 (#19351)
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] authored Sep 14, 2024
1 parent bbc88fe commit 7bfa487
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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 @@ -4,7 +4,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "3.11.x"
matplotlib = "3.9.2"
qiskit = {version = "1.2.0", extras = ["visualization"]}
qiskit = {version = "1.2.1", extras = ["visualization"]}
qiskit-ibm-runtime = "0.28.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 7bfa487

Please sign in to comment.