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 12, 2024
1 parent f491d0b commit 3ec5703
Show file tree
Hide file tree
Showing 2 changed files with 58 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.2,<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
93 changes: 57 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 3ec5703

Please sign in to comment.