From 3a6866747a3220b48558cbb91bde93b5207918b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2020 00:12:25 +0000 Subject: [PATCH] CompatHelper: bump compat for "Plots" to "1.1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b96fe4f..4d1a12e 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ FFTW = "1.1" GPUArrays = "3.1" Glob = "1.2" JLD2 = "0.1" -Plots = "0.29" +Plots = "0.29, 1.1" SeisIO = "1.0" StatsBase = "0.32,0.32, 0.33" julia = "1"