-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider updating symengine
pin
#1080
Comments
Related: Qiskit/qiskit#13251 |
Also Qiskit/qiskit#13259 - we borked the 1.2.3 release by being in too much of a rush, and yanked it. We'll make 1.2.4 shortly (tomorrow, most likely), which should be ok for any combination of symengine 0.11 and 0.13 between client and server, since We hadn't come across the problem before, but it looks like you guys did in #874. We'll be working on reducing our dependence on |
@natibek Run a basic submission locally after updating this pin to make sure roundtrip serialization works. |
Solving #1080. Locally ran the `resource_esitmate.ipynb`, `qscout_tutorial.ipynb`, and basic submissions to backends successfully with the updated pin.
Closed with #1097 |
What is happening?
We currently pin
symengine~=0.11.0
after #874 in the requirements ofqiskit-superstaq
. However, that version seems to have issues building a wheel in a Python 3.13 environment, so we should pin the recently releasedv0.13.0
which installs as expected (and sinceqiskit>=1.0.0
supportssymengine>=0.11
).Any additional context?
qiskit-superstaq version: 0.5.27
qiskit version: 1.2.2
Python version: 3.13.0rc2
Operating system: Ubuntu
The text was updated successfully, but these errors were encountered: