From e4f0ce5aa7cee78a81a8c5b030b721342a0db24e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 6 Feb 2022 01:21:35 +0000 Subject: [PATCH] CompatHelper: bump compat for Pluto to 0.18, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 211ea1f..c537d73 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ Distributions = "0.24" Flux = "0.12" LaTeXStrings = "1" Plots = "1.10" -Pluto = "0.17" +Pluto = "0.17, 0.18" PlutoUI = "0.7" ReinforcementLearning = "0.10" StatsBase = "0.33"