From c621770aff4673483cf1036baa02382e9796cf4c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 9 Apr 2022 01:43:48 +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 211ea1f..5cfc760 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" [compat] Distributions = "0.24" -Flux = "0.12" +Flux = "0.12, 0.13" LaTeXStrings = "1" Plots = "1.10" Pluto = "0.17"