From f71988365991e7ea053a081df7ff3aeb802dbdd0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 31 Aug 2021 00:09:23 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicUtils to 0.15, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 60d3ca5b..1fedc5c5 100644 --- a/Project.toml +++ b/Project.toml @@ -14,11 +14,11 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" libcint_jll = "574b78ca-bebd-517c-801d-4735c93a9686" [compat] -Convex = "0.14" COSMO = "0.8" +Convex = "0.14" PiecewiseQuadratics = "0.1" SeparableOptimization = "0.1" -SymbolicUtils = "0.13" +SymbolicUtils = "0.13, 0.15" Symbolics = "3" julia = "^1.5" -libcint_jll = "~3.0.0" \ No newline at end of file +libcint_jll = "~3.0.0"