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
I'm trying to use JuMPeR package. To my knowledge, currently it is only available on Julia 0.5 with JuMP 0.17.1 (or 0.16). However, whenever I'm trying to add JuMPeR, it automatically downgrades JuMP to v0.14.2. I've also tried Pkg.pin to fix JuMP to v0.17.1, however for this case I can't install JuMPeR. I appreciate for any help!
The text was updated successfully, but these errors were encountered:
JuMPeR is not currently compatible with JuMP v0.17. You'll either have to downgrade your version of JuMP, or fix JuMPeR to be compatible with JuMP v0.17 before updating the REQUIRE file.
How can I fix JuMPeR to be compatible with JuMP v0.16? Also, could you please point me to the steps to be followed after making the required modifications to JuMPeR?
Hi!
I'm trying to use JuMPeR package. To my knowledge, currently it is only available on Julia 0.5 with JuMP 0.17.1 (or 0.16). However, whenever I'm trying to add JuMPeR, it automatically downgrades JuMP to v0.14.2. I've also tried Pkg.pin to fix JuMP to v0.17.1, however for this case I can't install JuMPeR. I appreciate for any help!
The text was updated successfully, but these errors were encountered: