Skip to content

Commit

Permalink
Bump compat of DimensionalData (#3666)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Feb 5, 2024
1 parent e4d2d7f commit 07eb695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
JuMPDimensionalDataExt = "DimensionalData"

[compat]
DimensionalData = "0.24"
DimensionalData = "0.24, 0.25"
LinearAlgebra = "<0.0.1, 1.6"
MacroTools = "0.5"
MathOptInterface = "1.25.2"
Expand Down
2 changes: 2 additions & 0 deletions docs/src/developers/checklists.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ done in the same commit, or separately. The last commit should have the message
READMEs do not break the JuMP docs in arbitrary commits, and to ensure
that the versions are compatible with the latest JuMP and
MathOptInterface releases.
- [ ] Check compat of `DimensionalData` in `Project.toml`
- [ ] Check compat of `MacroTools` in `Project.toml`
- [ ] Update `docs/src/changelog.md`
- [ ] Run https://github.com/jump-dev/JuMP.jl/actions/workflows/extension-tests.yml
using a `workflow_dispatch` trigger to check for any changes in JuMP that
Expand Down

0 comments on commit 07eb695

Please sign in to comment.