QuantumSavory / PyQDecoders.jl

A Julia interface to popular python packages for decoding quantum error correcting codes.
MIT License
3 stars 0 forks source link

forbid numpy 2.0 #12

Closed Krastanov closed 2 months ago

Krastanov commented 2 months ago

fixes #11

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (7e1751f) to head (01c0812). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #12 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 7 7 ========================================= Hits 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Krastanov commented 2 months ago

finally... jeez, pip is so bad at version resolution.

It seems pip can not be used to force a particular version of a dependency during the build phase, which is why we had to fork ldpc for now.