From 0762a29de36a66a56745e0bf8ebf60a0503d3bcc Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 17 Jun 2020 16:57:13 +0200 Subject: [PATCH] Cap PGFPlotsX --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ef047bbf..54eb641e 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ GeometryTypes = "0.7, 0.8" JSON = "0.21" Measures = "0.3" NaNMath = "0.3" -PGFPlotsX = "1.2.0" +PGFPlotsX = "1.2.0 - 1.2.6" PlotThemes = "2" PlotUtils = "1" RecipesBase = "1" @@ -48,7 +48,7 @@ Reexport = "0.2" Requires = "1" Showoff = "0.3.1" StatsBase = "0.32, 0.33" -julia = "1" +julia = "1.4" [extras] FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"