Skip to content

Commit

Permalink
fork ldpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Jun 19, 2024
1 parent eb8d289 commit 932d7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PyQDecoders.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function __init__()
CondaPkg.add_pip("scipy")
println("LDPC")
println("###\n###\n###\n###\n###\n###\n###\n###\n###\n###\n")
CondaPkg.add_pip("ldpc")
CondaPkg.add_pip("ldpc"; version="@https://github.com/QuantumSavory/ldpc/archive/refs/heads/numpy2.zip")
println("PYMATCHING")
println("###\n###\n###\n###\n###\n###\n###\n###\n###\n###\n")
CondaPkg.add_pip("pymatching")
Expand Down

0 comments on commit 932d7cf

Please sign in to comment.