From 4dc3235fd7269af264e2bbf1b52ebc980b6a3778 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 08:11:56 -0300 Subject: [PATCH] CompatHelper: bump compat for Convex in [weakdeps] to 0.16, (keep existing compat) (#66) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6a5583d..59be6b4 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ DensityRatioEstimationOptimExt = "Optim" [compat] ChainRulesCore = "1" -Convex = "0.15" +Convex = "0.15, 0.16" ECOS = "1" GPUArrays = "8, 9, 10" Ipopt = "1"