From a538fa075a32658f5b2b80ecb3c5192f9b65921d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 01:03:35 +0000 Subject: [PATCH] CompatHelper: bump compat for FillArrays 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..c92629e6 100644 --- a/Project.toml +++ b/Project.toml @@ -44,9 +44,10 @@ Compose = "< 0.9.2" DataFrames = "1" DataStructures = "0.15.0 - 0.18.13" Distributions = "0.24 - 0.25" -FillArrays = "0.11 - 0.12" +FillArrays = "0.11 - 0.12, 1" Flux = "0.11 - 0.12" Graphs = "1 - 1.7.4" +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"