qiskit-metal
qiskit-metal copied to clipboard
modify the requirements & environments: pyepr-quantum 0.8.5.7 -> 0.9.0
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
Did you test to see that you can install and use without issues after the upgrade here?
Yes. I tested installing of pyEPR-quantum version of 0.9.0 with this change and AtrributeError is solved through this upgrade.
Thank you