Skip to content

Commit

Permalink
⬆️🐍 Update dependency ldpc to v2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 2399ab9 commit d9f8323
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 37 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ requires-python = ">=3.9"
dependencies = [
"z3-solver>=4.12",
"qecsim",
"ldpc>=0.1.53,<2", # temporary upper cap due to failures seen with ldpc v2
"ldpc>=2.1.7,<3", # temporary upper cap due to failures seen with ldpc v2
"numpy>=1.26; python_version > '3.11'",
"numpy>=1.24; python_version <= '3.11'",
"qiskit[qasm3-import]>=1.0.0",
Expand Down
77 changes: 41 additions & 36 deletions uv.lock

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

0 comments on commit d9f8323

Please sign in to comment.