From 3d789656cf82eb588979d2beb044c7852ffabd02 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Fri, 7 Apr 2023 13:55:30 +0200 Subject: [PATCH] update to SCS-3.2.3 --- Project.toml | 8 ++++---- test/test_gpu.jl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index ef9d922..0a6d696 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SCS" uuid = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13" repo = "https://github.com/jump-dev/SCS.jl" -version = "1.1.3" +version = "1.1.4" [deps] MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" @@ -14,9 +14,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] MathOptInterface = "1" Requires = "1" -SCS_GPU_jll = "=3.2.1" -SCS_MKL_jll = "=3.2.2" -SCS_jll = "=3.2.1" +SCS_GPU_jll = "=3.2.3" +SCS_MKL_jll = "=3.2.3" +SCS_jll = "=3.2.3" julia = "1.6" [extras] diff --git a/test/test_gpu.jl b/test/test_gpu.jl index c8a7216..16bc4fd 100644 --- a/test/test_gpu.jl +++ b/test/test_gpu.jl @@ -8,7 +8,7 @@ # CUDA_jll is not in our Project.toml, so we need to install it on GITLAB_CI. import Pkg -Pkg.add(Pkg.PackageSpec(name = "CUDA_jll", version = "10.1")) +Pkg.add(Pkg.PackageSpec(name = "CUDA_jll", version = "11.3")) using CUDA_jll # CUDA_jll must be loaded _before_ SCS! using SCS