Qiskit / qiskit-addon-mthree

Matrix-free Measurement Mitigation
https://qiskit.github.io/qiskit-addon-mthree/
Apache License 2.0
37 stars 27 forks source link

Fix NumPy V2 #217

Closed nonhermitian closed 1 month ago

nonhermitian commented 1 month ago

We were using the oldest-supported-numpy feature in the build system which prevented using NumPy 2.0 and is no longer supported. This moves to the suggested alternative.