Skip to content

Commit

Permalink
Add support for SCS@3.2.7 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 25, 2024
1 parent 6729ab4 commit 48a023e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 48a023e

Please sign in to comment.