martinbiel / StochasticPrograms.jl

Julia package for formulating and analyzing stochastic recourse models.
MIT License
75 stars 25 forks source link

Update to latest version of JuMP and MOI #40

Closed odow closed 2 years ago

odow commented 2 years ago

This is causing people problems: https://github.com/martinbiel/StochasticPrograms.jl/blob/cb38c4ca70366b770017c7225324bc19a4080c2a/Project.toml#L30

x-ref: https://github.com/jump-dev/Gurobi.jl/issues/445

davide-f commented 2 years ago

I'm experiencing the same problem; recommend JuMP version 0.22 and mathoptinterface 0.10 and MutableArithmetics 0.2

Probably it is not worthy to specify also the third layer like 0.2.22, unless the specific version is required

martinbiel commented 2 years ago

The breaking changes in 0.10 will require a few redesigns, so unfortunately I cannot just bump the versions.