From f10713ededc9e24ab1ea7f1aff4084fd91e9125e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 6 Dec 2024 01:25:38 +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 255637079..6fd68d9ec 100755 --- a/Project.toml +++ b/Project.toml @@ -50,7 +50,7 @@ DataFrames = "1" DecisionTree = "0.12.3, 0.12.4" Distributions = "0.25.97" EnergySamplers = "1.0" -Flux = "0.12, 0.13, 0.14" +Flux = "0.12, 0.13, 0.14, 0.15" Graphs = "1.11.1" JointEnergyModels = "0.1.7" LaplaceRedux = "0.1.4, 0.2, 1.0"