Skip to content

Commit

Permalink
Update qiskit_experiments/framework/package_deps.py
Browse files Browse the repository at this point in the history
Co-authored-by: Helena Zhang <Helena.Zhang@ibm.com>
  • Loading branch information
wshanks and coruscating authored Mar 26, 2024
1 parent 50f692a commit 6172cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_experiments/framework/package_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


def qiskit_version() -> dict[str, str]:
"""Return a deict with Qiskit names and versions."""
"""Return a dict with Qiskit names and versions."""
return {p: metadata_version(p) for p in ("qiskit", "qiskit-experiments")}


Expand Down

0 comments on commit 6172cdd

Please sign in to comment.