From 15e5528e2b7b04a98cf93f204cad303f8fb1d9d6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 16 Dec 2024 00:11:12 +0000 Subject: [PATCH] CompatHelper: bump compat for Flux to 0.16, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index baea2643..2fe9b84a 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ DiffEqBase = "6" DiffEqUncertainty = "1" DifferentialEquations = "7" Distributions = "0.25" -Flux = "0.13, 0.14, 0.15" +Flux = "0.13, 0.14, 0.15, 0.16" ForwardDiff = "0.10" Franklin = "0.10" IntervalArithmetic = "0.22"