From 9c34ea9a0d69c5e39dd931878510ae4f45983d4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 08:03:05 +0000 Subject: [PATCH] CompatHelper: bump compat for "Plots" to "1.7" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fa19a7ec7..a7421c2fa 100644 --- a/Project.toml +++ b/Project.toml @@ -26,6 +26,6 @@ DelayDiffEq = "5.6" IterTools = "1.0" LaTeXStrings = "1.0" OrdinaryDiffEq = "5.2" -Plots = "0.24, 0.25, 0.26, 0.27, 0.28" +Plots = "0.24, 0.25, 0.26, 0.27, 0.28, 1.7" Polynomials = "0.6.0" julia = "1.0"