From 6aecca448c7e78b31202aa3ceae245c9d7f5c892 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 01:03:57 +0000 Subject: [PATCH] CompatHelper: bump compat for Graphs to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b9b338fd..76591367 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,8 @@ DataStructures = "0.15.0 - 0.18.13" Distributions = "0.24 - 0.25" FillArrays = "0.11 - 0.12" Flux = "0.11 - 0.12" -Graphs = "1 - 1.7.4" +Graphs = "1 - 1.7.4, 1" +JSON = "0.21.4" KernelAbstractions = "< 0.8.4" LightGraphs = "1.3" NNlib = "0.8.4" @@ -61,7 +62,6 @@ TensorBoardLogger = "< 0.1.19" XML = "0.2.0" Zygote = "0.6.26" julia = "1.8 - 1.9" -JSON = "0.21.4" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"