From d5dae08ccaf3a6eb397a90e253a9250d7a7122cf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 15 Jul 2023 00:21:28 +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 a8e868846..b72f7e370 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ DataInterpolations = "3.3, 4" DiffEqBase = "6.41" Distributions = "0.23, 0.24, 0.25" DistributionsAD = "0.6" -Flux = "0.12, 0.13" +Flux = "0.12, 0.13, 0.14" ForwardDiff = "0.10" Functors = "0.4" LoggingExtras = "0.4, 1"