From f57b13fa29b67ee77e03f0de6bd85d4e055b067e Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Tue, 22 Nov 2022 17:27:18 +1300 Subject: [PATCH] [docs] update to MOI v1.10.0 (#3133) --- docs/Project.toml | 4 ++-- docs/make.jl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 9b39cc02972..ecb6423dcd5 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -33,9 +33,9 @@ Ipopt = "=1.1.0" JSON = "0.21" JSONSchema = "1" Literate = "2.8" -MathOptInterface = "=1.9.0" +MathOptInterface = "=1.10.0" Plots = "1" -SCS = "=1.1.2" +SCS = "=1.1.3" SQLite = "1" StatsPlots = "0.15" Tables = "1" diff --git a/docs/make.jl b/docs/make.jl index dd7fdea0ed8..8ee5dcaa3cd 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -243,7 +243,7 @@ function _add_moi_pages() !!! warning This documentation in this section is a copy of the official MathOptInterface documentation available at - [https://jump.dev/MathOptInterface.jl/v1.9.0](https://jump.dev/MathOptInterface.jl/v1.9.0). + [https://jump.dev/MathOptInterface.jl/v1.10.0](https://jump.dev/MathOptInterface.jl/v1.10.0). It is included here to make it easier to link concepts between JuMP and MathOptInterface. """