From 3483799cfcff41678edea3c868fd447251825601 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 1 Mar 2022 16:36:41 +0100 Subject: [PATCH] add compat entries (#4122) --- Project.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4564daac..b4be2d6f 100644 --- a/Project.toml +++ b/Project.toml @@ -47,6 +47,10 @@ Measures = "0.3" NaNMath = "0.3, 1" PlotThemes = "2" PlotUtils = "1" +PlotlyBase = "0.7" +PlotlyJS = "0.18" +PGFPlotsX = "1" +PyPlot = "2" RecipesBase = "1.2" RecipesPipeline = "0.5" Reexport = "0.2, 1.0" @@ -70,7 +74,9 @@ Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0" LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433" OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925" +PlotlyBase = "a03496cd-edff-5a9b-9e67-9cda94a718b5" PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a" +PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" @@ -81,4 +87,4 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" VisualRegressionTests = "34922c18-7c2a-561c-bac1-01e79b2c4c92" [targets] -test = ["Colors", "Distributions", "FileIO", "Gtk", "ImageMagick", "Images", "LibGit2", "OffsetArrays", "PGFPlotsX", "PlotlyJS", "HDF5", "RDatasets", "StableRNGs", "StaticArrays", "StatsPlots", "Test", "TestImages", "UnicodePlots", "VisualRegressionTests"] +test = ["Colors", "Distributions", "FileIO", "Gtk", "ImageMagick", "Images", "LibGit2", "OffsetArrays", "PGFPlotsX", "PlotlyJS", "PlotlyBase", "PyPlot", "HDF5", "RDatasets", "StableRNGs", "StaticArrays", "StatsPlots", "Test", "TestImages", "UnicodePlots", "VisualRegressionTests"]