oscarhiggott / PyMatching

PyMatching: A Python/C++ library for decoding quantum error correcting codes with minimum-weight perfect matching.
Apache License 2.0
187 stars 32 forks source link

Update pybind submodule to support numpy 2 #98

Open oscarhiggott opened 3 months ago

oscarhiggott commented 3 months ago

The current version of pybind does not support the recently released numpy 2, leading to issue #97. This PR upgrades the pybind submodule by pointing to its latest commit on master.