From 43c104382e4824cdc48955fd701dc554422c2537 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 May 2023 00:24:12 +0000 Subject: [PATCH] CompatHelper: bump compat for MosekTools to 0.15 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 3e66f10..fe839fa 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -18,7 +18,7 @@ Documenter = "0.27" GR = "0.46, 0.72" JuMP = "0.2, 1" LaTeXStrings = "1.0" -MosekTools = "0.9, 0.12, 0.14" +MosekTools = "0.9, 0.12, 0.14, 0.15" Plots = "0.29, 1" QuadGK = "2.4" SpecialFunctions = "0.10, 1, 2"