From 5ad1323e0b6ecfa5e0bdf2648f4b5fa90b922be2 Mon Sep 17 00:00:00 2001 From: Mykel Kochenderfer Date: Mon, 31 May 2021 15:20:21 -0700 Subject: [PATCH] increment version and update compat --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index b08bf63..01944f8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PGFPlots" uuid = "3b7a836e-365b-5785-a47d-02c71176b4aa" repo = "https://github.com/JuliaTeX/PGFPlots.jl.git" -version = "3.3.7" +version = "3.4.0" [deps] ColorBrewer = "a2cac450-b92f-5266-8821-25eda20663c8" @@ -21,16 +21,16 @@ TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d" [compat] ColorBrewer = "0.4" -ColorSchemes = "3.9" +ColorSchemes = "3.9, 3.10, 3.11, 3.12" Colors = "0.12" Contour = "0.5" DataFrames = "0.21, 0.22, 1.0, 1.1" Discretizers = "3.2" ImageMagick = "0.7.3, 1" Images = "0.22, 0.23, 0.24" -Requires = "1.0.1" +Requires = "1.0, 1.1" StatsBase = "0.33" -TikzPictures = "3.1" +TikzPictures = "3.1, 3.2, 3.3" julia = "1" [extras]