From 48a023e187d246490b1c3d4ff7e2287f7133f3c0 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Tue, 26 Nov 2024 09:43:15 +1300 Subject: [PATCH] Add support for SCS@3.2.7 (#298) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 91609ec..362df52 100644 --- a/Project.toml +++ b/Project.toml @@ -21,9 +21,9 @@ SCS_MKL_jll = "3f2553a9-4106-52be-b7dd-865123654657" MathOptInterface = "1.20" Pkg = "<0.0.1, ^1.6" Requires = "1" -SCS_GPU_jll = "=3.2.4, =3.2.6" -SCS_MKL_jll = "=3.2.4, =3.2.6" -SCS_jll = "=3.2.4, =3.2.6" +SCS_GPU_jll = "=3.2.4, =3.2.6, =3.2.7" +SCS_MKL_jll = "=3.2.4, =3.2.6, =3.2.7" +SCS_jll = "=3.2.4, =3.2.6, =3.2.7" SparseArrays = "<0.0.1, ^1.6" Test = "<0.0.1, ^1.6" julia = "1.6"