-
Notifications
You must be signed in to change notification settings - Fork 9
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
qldpc does not support python version 3.13 #177
Comments
attached is the error log when installing under python=3.13.1 |
Looks like the issue is that Gurobi does not yet support python 3.13. Gurobi is an optional dependency of qldpc. I wonder whether there's a way to make it so that this dependency is ignored if Gubori cannot be found... |
everything seems to be working fine with older versions of python...3.13 support is not at all critical to me at this point so might as well wait for support for 3.13 by other packages becomes mature |
Looks like the gurobi issue can be fixed with gurobipy = { version = ">=10.0.0", optional = true, markers = "python_version < '3.13'" } in
|
No description provided.
The text was updated successfully, but these errors were encountered: