I’m running into compat issues with JuMP, caused by the dependence on DimensionalData.jl, v0.24. Specifically, I’m trying to use JuMP.jl and the latest version of Rasters.jl, which requires DimensionalData v0.25.1. Is there any reason JuMP does not allow v0.25?
Also, this may not be the place for this discussion, but it seems unfortunate that a package extension would cause compat issues with direct dependencies of other packages. Is there a way to get around this?