Skip to content

Commit

Permalink
remove PrecompileTools dep
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 13, 2024
1 parent 8f39664 commit ccd8bd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion src/Plots.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module Plots

import PrecompileTools
import Reexport
Reexport.@reexport using PlotsBase

Expand Down

0 comments on commit ccd8bd6

Please sign in to comment.