plasmo-dev / Plasmo.jl

A Platform for Scalable Modeling and Optimization
Other
150 stars 21 forks source link

Project.toml compat is out of date #24

Closed pulsipher closed 3 years ago

pulsipher commented 3 years ago

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.

jalving commented 3 years ago

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.