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
The compat dependencies need to be updated. For instance, DataStructures is limited to ~0.17 but the current version of JuMP exacts that 0.18 be used. One suggestion to help keep up to date is to use CompatHelper.jl to automate this process.
The text was updated successfully, but these errors were encountered:
The Project.toml was updated for the latest release (v0.3.3). Thanks for the suggestion. I will look into incorporating CompatHelper.jl to keep dependencies up to date.
The compat dependencies need to be updated. For instance, DataStructures is limited to
~0.17
but the current version of JuMP exacts that0.18
be used. One suggestion to help keep up to date is to use CompatHelper.jl to automate this process.The text was updated successfully, but these errors were encountered: