# JuMP: DimensionalData Compatibility

**URL:** https://discourse.julialang.org/t/jump-dimensionaldata-compatibility/109736
**Category:** Optimization (Mathematical)
**Tags:** jump
**Created:** [February 5, 2024, 2:49pm UTC](https://discourse.julialang.org/t/jump-dimensionaldata-compatibility/109736 "2024-02-05T14:49:48Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Ethan-Russell](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ethan-russell/32/47111_2.png) [@Ethan-Russell](https://discourse.julialang.org/u/Ethan-Russell)
#### Post date: [February 5, 2024, 2:49pm UTC](https://discourse.julialang.org/t/jump-dimensionaldata-compatibility/109736/1 "2024-02-05T14:49:48Z")

</div>

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](https://github.com/rafaqz/Rasters.jl/blob/main/Project.toml), 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?

Thank you!

---

<div class="post-metadata">

### Author: ![odow](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/odow/32/28685_2.png) [@odow](https://discourse.julialang.org/u/odow)
#### Post date: [February 5, 2024, 7:01pm UTC](https://discourse.julialang.org/t/jump-dimensionaldata-compatibility/109736/2 "2024-02-05T19:01:43Z")

</div>

Ah! It strikes. This was a concern of mine when we added the extension. Let me update JuMP. There is no work around.

---

<div class="post-metadata">

### Author: ![Ethan-Russell](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ethan-russell/32/47111_2.png) [@Ethan-Russell](https://discourse.julialang.org/u/Ethan-Russell)
#### Post date: [February 5, 2024, 7:37pm UTC](https://discourse.julialang.org/t/jump-dimensionaldata-compatibility/109736/3 "2024-02-05T19:37:26Z")

</div>

Great, thanks so much Oscar!

---

<div class="post-metadata">

### Author: ![Raf](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/raf/32/3383_2.png) [@Raf](https://discourse.julialang.org/u/Raf)
#### Post date: [February 15, 2024, 10:26pm UTC](https://discourse.julialang.org/t/jump-dimensionaldata-compatibility/109736/4 "2024-02-15T22:26:31Z")

</div>

Oh no! Yes its still a big experiment how far we can push extension interop without these lockups.

In the worst case we will just end up with some users a few months behind cutting edge development, like you have in most other languages 😉

(@odow I am really trying to keep the breaking versions to a minimum, but there will be another one in the next few weeks too)
