From beb90f01ea646a35aec33a0e3fc0ad20e37bda62 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 6 Sep 2021 00:38:43 +0000 Subject: [PATCH] CompatHelper: bump compat for Nonconvex to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1babad4..7d5ab8f 100644 --- a/Project.toml +++ b/Project.toml @@ -23,12 +23,12 @@ WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008" [compat] AbstractPlotting = "0.15, 0.16" Ferrite = "0.3" +GLFW = "3.4.1" GeometryBasics = "0.3" GeometryTypes = "0.8" -GLFW = "3.4.1" IJulia = "1.23.2" Makie = "0.12.0" -Nonconvex = "0.5.2" +Nonconvex = "0.5.2, 1" Requires = "1.1" StatsFuns = "0.9.9" TopOpt = "0.4.2"