From 5bda2a001582f0067c776d82d6d42d09c94fafc8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 15 Jul 2023 00:27:31 +0000 Subject: [PATCH] CompatHelper: bump compat for Flux to 0.14 for package FlowOverCircle, (keep existing compat) --- example/FlowOverCircle/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/FlowOverCircle/Project.toml b/example/FlowOverCircle/Project.toml index a1565c1..5edea82 100644 --- a/example/FlowOverCircle/Project.toml +++ b/example/FlowOverCircle/Project.toml @@ -19,7 +19,7 @@ WaterLily = "ed894a53-35f9-47f1-b17f-85db9237eebd" [compat] BSON = "0.3" CUDA = "3.12, 4" -Flux = "0.13" +Flux = "0.13, 0.14" FluxTraining = "0.3" GeometricFlux = "0.13" Graphs = "1.7"