From ccd8bd6198722065b7c6e82e99bbd1c7faa2335f Mon Sep 17 00:00:00 2001 From: t-bltg Date: Wed, 13 Nov 2024 13:04:08 +0100 Subject: [PATCH] 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