From 2e521d7c1d596784c19d73aaa9907147f51c7a8e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 9 Apr 2022 00:41:01 +0000 Subject: [PATCH] CompatHelper: bump compat for Flux to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 32c8ceed..3abdcddb 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ CUDA = "3" CalibrationErrors = "0.5, 0.6" Distributions = "0.25" DistributionsAD = "0.6" -Flux = "0.12" +Flux = "0.12, 0.13" Parameters = "0.12" ReliabilityDiagrams = "0.2" Zygote = "0.6"