cda-tum / mqt-qecc

MQT QECC - Tools for Quantum Error Correcting Codes
MIT License
93 stars 11 forks source link

Restrict numpy to version < 2. #236

Closed pehamTom closed 4 weeks ago

pehamTom commented 4 weeks ago

Description

New numpy version break binary compatibility with Cython. For now we restrict numpy version until this issue is fixed.

Checklist:

burgholzer commented 4 weeks ago

Ah. And don't mind the Ubuntu Wheels error. This is unrelated here and can be ignored for now. manylinux2014 has reached EoL and this is causing all kinds of issues.

codecov[bot] commented 4 weeks ago

Codecov Report

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

Project coverage is 84.8%. Comparing base (c639ba1) to head (58dee1b).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/236/graphs/tree.svg?width=650&height=150&src=pr&token=OAw9kgumkt&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum)](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/236?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) ```diff @@ Coverage Diff @@ ## main #236 +/- ## ======================================= - Coverage 84.8% 84.8% -0.1% ======================================= Files 25 25 Lines 2028 2028 Branches 189 189 ======================================= - Hits 1721 1720 -1 - Misses 307 308 +1 ``` | [Flag](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/236/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | Coverage Δ | | |---|---|---| | [cpp](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/236/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | `79.8% <ø> (ø)` | | | [python](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/236/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum) | `88.7% <ø> (-0.1%)` | :arrow_down: | [see 1 file with indirect coverage changes](https://app.codecov.io/gh/cda-tum/mqt-qecc/pull/236/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cda-tum)