From ccd8bd6198722065b7c6e82e99bbd1c7faa2335f Mon Sep 17 00:00:00 2001 From: t-bltg Date: Wed, 13 Nov 2024 13:04:08 +0100 Subject: [PATCH 1/2] remove `PrecompileTools` dep --- Project.toml | 2 -- src/Plots.jl | 1 - 2 files changed, 3 deletions(-) diff --git a/Project.toml b/Project.toml index 13d25619f..25411fd9d 100644 --- a/Project.toml +++ b/Project.toml @@ -6,13 +6,11 @@ version = "2.0.0" [deps] GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71" PlotsBase = "c52230a3-c5da-43a3-9e85-260fcdfdc737" -PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] GR = "0.73" PlotsBase = "0.1" -PrecompileTools = "1" Reexport = "1" julia = "1.10" diff --git a/src/Plots.jl b/src/Plots.jl index 705157bf5..db6cbcd2e 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,6 +1,5 @@ module Plots -import PrecompileTools import Reexport Reexport.@reexport using PlotsBase From a549c28115684ee08a305a7edecf5b1122017183 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Wed, 13 Nov 2024 13:05:35 +0100 Subject: [PATCH 2/2] add description --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 25411fd9d..a338888b7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,8 @@ name = "Plots" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +desc = "Metapackage for PlotsBase + GR" author = ["Tom Breloff (@tbreloff)"] +license = "MIT" version = "2.0.0" [deps]