From e24cd80173a954deed091f7140857bc1701beb39 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 6 Dec 2024 00:24:21 +0000 Subject: [PATCH] CompatHelper: bump compat for Flux to 0.15, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 24648a51ff..de2e1404c1 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ DataDeps = "0.7" FeatureRegistries = "0.1" FileIO = "1.7" FilePathsBase = "0.9" -Flux = "0.12, 0.13, 0.14" +Flux = "0.12, 0.13, 0.14, 0.15" FluxTraining = "0.2, 0.3" InlineTest = "0.2" JLD2 = "0.4"