From 5f89525cb4327501a96272522ed654021e7bf5fd Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 25 Oct 2023 07:54:24 +1300 Subject: [PATCH] Update Project.toml --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 5593d89..53f94a6 100644 --- a/Project.toml +++ b/Project.toml @@ -13,13 +13,13 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] MathOptInterface = "1.20" -Pkg = "1.6" +Pkg = "1" Requires = "1" SCS_GPU_jll = "=3.2.3" SCS_MKL_jll = "=3.2.2, =3.2.3" SCS_jll = "=3.2.1, =3.2.3" -SparseArrays = "1.6" -Test = "1.6" +SparseArrays = "1" +Test = "1" julia = "1.6" [extras]