From 5504f590983fe6c48cacab5ff1cddd963c59e442 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 14 Apr 2020 21:54:32 +0200 Subject: [PATCH] remove ColorSchemes dep and bump version --- Project.toml | 4 +--- src/Plots.jl | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 727fdaaf..c529ed31 100644 --- a/Project.toml +++ b/Project.toml @@ -1,11 +1,10 @@ name = "Plots" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" author = ["Tom Breloff (@tbreloff)"] -version = "1.0.14" +version = "1.1.0" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" -ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" Contour = "d38c429a-6771-53c6-b99e-75d170b6e991" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a" @@ -33,7 +32,6 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] -ColorSchemes = "3.7" Contour = "0.5" FFMPEG = "0.2, 0.3" FixedPointNumbers = "0.6, 0.7, 0.8" diff --git a/src/Plots.jl b/src/Plots.jl index 0482e0ad..b849e609 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -19,7 +19,6 @@ import RecipesBase: plot, plot!, animate, is_explicit using Base.Meta @reexport using PlotUtils @reexport using PlotThemes -@reexport using ColorSchemes import Showoff import StatsBase import JSON