From 4cffba67b3f987a8f6846f203b6986bda62cc583 Mon Sep 17 00:00:00 2001 From: odow Date: Tue, 6 Feb 2024 08:59:09 +1300 Subject: [PATCH] Bump compat of DimensionalData --- Project.toml | 2 +- docs/src/developers/checklists.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9af622d26bd..fd444df3081 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/docs/src/developers/checklists.md b/docs/src/developers/checklists.md index 21491f174c9..5936ad7aef0 100644 --- a/docs/src/developers/checklists.md +++ b/docs/src/developers/checklists.md @@ -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