From 302ec71d369318c7a8fb614dc5ba3a0dfa850b01 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 15 Jul 2023 00:32:36 +0000 Subject: [PATCH] CompatHelper: bump compat for Flux to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 357e764f..e99b29fb 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ DataStructures = "0.18.9" Distributions = "0.24.18, 0.25" Documenter = "0.26.3, 0.27" ExprTools = "= 0.1.3, 0.1" -Flux = "0.12.2, 0.13" +Flux = "0.12.2, 0.13, 0.14" Formatting = "0.4.2" JSON3 = "1.8.1" Knet = "1.4.8"