diff --git a/Project.toml b/Project.toml index 1de09ee..91609ec 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 = "2.0.0" +version = "2.0.1" [deps] MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" @@ -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" -SCS_MKL_jll = "=3.2.4" -SCS_jll = "=3.2.4" +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" SparseArrays = "<0.0.1, ^1.6" Test = "<0.0.1, ^1.6" julia = "1.6"