You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If all that Aer 0.14 needs from Qiskit 1.0 is the V2 primitives, it would be good to only conditionally expose the V2 primitives if Qiskit is 1.0+, and leave Aer 0.14 compatible with Qiskit pre-1.0, since we still officially support that.
What is the current behavior?
https://github.com/Qiskit/qiskit-aer/blob/main/setup.py#L24-L28
As V2 primitives are now included this should be made dependent on Qiskit 1.0 or above I believe.
I imagine latest Aer being installed with an older Qiskit is the cause of the failure reported here https://qiskit.slack.com/archives/C7SS31917/p1712246299460849
The text was updated successfully, but these errors were encountered: