Skip to content

Commit

Permalink
Bump qiskit-algorithms from 0.2.2 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [qiskit-algorithms](https://github.com/qiskit-community/qiskit-algorithms) from 0.2.2 to 0.3.0.
- [Release notes](https://github.com/qiskit-community/qiskit-algorithms/releases)
- [Commits](qiskit-community/qiskit-algorithms@0.2.2...0.3.0)

---
updated-dependencies:
- dependency-name: qiskit-algorithms
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent b57da36 commit 21caa19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include = ["CHANGELOG.md"]
python = ">=3.9, <3.12" # >=3.9 because of amazon-braket, <3.12 because of classiq
classiq = "^0.37.0"
qiskit = "^0.46.0"
qiskit-algorithms = "^0.2.1"
qiskit-algorithms = ">=0.2.1,<0.4.0"
matplotlib = "^3.8.2" # this version could be lowered to 3.5.0 or even further back
numpy = ">=1.23.0"
trackhhl = {git = "https://github.com/dmark04/TrackHHL"}
Expand Down

0 comments on commit 21caa19

Please sign in to comment.