-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot add latest version of Parametron #109
Comments
Could you post your |
My
|
Yeah I'm a little behind in terms of MOI support. I'll try to get to this soonish. |
It appears the first order of business is getting OSQP.jl to work on Julia 1.3. It doesn't seem to be passing its own tests. |
@tkoolen Any update on this issue? I can use the latest version of OSQP.jl (0.6.0) just fine on Julia 1.4.1. The issue with Parametron still exists as of today. If I want to use the latest version of Parametron, I am forced to downgrade MOI and all solvers (OSQP, Gurobi, etc.). If I want to use the latest versions of MOI and solvers, I am forced to use Parametron 0.8.0. |
By the way, were there significant changes in the API of MOI between v0.8 and v0.9 that Parametron hasn't yet supported MOI 0.9 (while an older version of Parametron supports MOI 0.9)? |
I posted my question here, but figured out this could be an issue with
Parametron
.I am using Julia version 1.3.1 (2019-12-30) on Mac OS, official binary downloaded from Julia website.
I added
Parametron
using Julia's Pkg interface. It reported that the version ofParametron
installed was 0.8.0. However, on the github repo and in the Julia's registries, the current version is 0.9.1. No matter how I tried (removed the package then reinstalled it), the version is always 0.8.0. I have MathOptInterface v0.9.9.What could be wrong? And how do I resolve the problem and get the latest version of Parametron?
The text was updated successfully, but these errors were encountered: