From 501558dd0540775851ade7c30188f731a08e803a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 22 Nov 2021 00:15:52 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricFlux to 0.8, (keep existing compat) --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 873e65b..bb828fa 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, 0.8" +GraphLaplacians = "0.1" +GraphSignals = "0.2" +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"