From 3eba90fa15299d389d899546fd7d8e8918950245 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 18 Jun 2022 17:28:07 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Plots at version 1 for package examples, (keep existing compat) --- examples/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Project.toml b/examples/Project.toml index b1e51cabd..e5d9c732e 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -61,5 +61,6 @@ NNlib = "0.8" Optimisers = "0.2" OrdinaryDiffEq = "6" ParameterSchedulers = "0.3" +Plots = "1" Setfield = "0.8" Zygote = "0.6"