From 253f76475e0eab24d0ffdfd44dcbd0181d2ab6aa Mon Sep 17 00:00:00 2001 From: Evan Patterson Date: Tue, 12 Dec 2023 17:47:36 -0800 Subject: [PATCH] BUILD: Upgrade optional dependency SCS to v2. --- Project.toml | 2 +- docs/Project.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index b72c54668..7823659ee 100644 --- a/Project.toml +++ b/Project.toml @@ -67,7 +67,7 @@ MetaGraphs = "0.7" PrettyTables = "2" Random = "1.9" Reexport = "1" -SCS = "1" +SCS = "1, 2" SparseArrays = "1.9" StaticArrays = "0.12, 1.0" Statistics = "1.9" diff --git a/docs/Project.toml b/docs/Project.toml index fa2349acc..7f4e8b3cc 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,7 +16,5 @@ TikzCDs = "1e332c56-9431-4126-8a34-92cbdf251ae4" TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d" [compat] -Convex = "^0.15" Documenter = "^0.27" -SCS = "^1" TikzCDs = "^0.2.1"