qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
270 stars 201 forks source link

modify the requirements & environments: pyepr-quantum 0.8.5.7 -> 0.9.0 #979

Open q-inho opened 7 months ago

q-inho commented 7 months ago

What are the issues this pull addresses (issue numbers / links)?

The issues occur due to AttributeError: module numpy has no attribute float. np.float was a deprecated alias for the builtin float.

Did you add tests to cover your changes (yes/no)?

Did you update the documentation accordingly (yes/no)?

Did you read the CONTRIBUTING document (yes/no)?

Summary

Details and comments

This error happens due the pyepr-quantum package when running run_epr() Thanks to this PR this problem is solved since pyepr-quantum==0.9.0

zlatko-minev commented 7 months ago

Did you test to see that you can install and use without issues after the upgrade here?

q-inho commented 7 months ago

Yes. I tested installing of pyEPR-quantum version of 0.9.0 with this change and AtrributeError is solved through this upgrade.

zlatko-minev commented 7 months ago

Thank you