From d057dfefb21d38273a046cd2c1de152cfcf450ff Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 17 Oct 2021 00:15:32 +0000 Subject: [PATCH] CompatHelper: bump compat for GraphSignals to 0.3, (keep existing compat) --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 873e65b..aad50b8 100644 --- a/Project.toml +++ b/Project.toml @@ -14,14 +14,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] +CUDA = "3" +Flux = "0.12" +GeometricFlux = "0.7" +GraphLaplacians = "0.1" +GraphSignals = "0.2, 0.3" +LightGraphs = "1.3" +Zygote = "0.6" julia = "1.6" -CUDA = "3" -Flux = "0.12" -GeometricFlux = "0.7" -GraphLaplacians = "0.1" -GraphSignals = "0.2" -LightGraphs = "1.3" -Zygote = "0.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"