From ce8dcf61b5e6e4ceecc00cc4db5e9a8170c2ba7f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Jan 2025 01:39:12 +0000 Subject: [PATCH] CompatHelper: bump compat for Flux in [weakdeps] 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 0c86f31..9d93b20 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ CUDA = "5.5.2" ChainRulesCore = "1.25" Combinatorics = "1.0.2" ComponentArrays = "0.15.19" -Flux = "v0.15.2" +Flux = "v0.15.2, 0.16" GPUArraysCore = "0.1, 0.2" LinearAlgebra = "1.10.0" Lux = "1.4.2"