Skip to content

Commit

Permalink
remove dep (#5025)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Nov 13, 2024
1 parent 8f39664 commit 6bc1ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name = "Plots"
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
desc = "Metapackage for PlotsBase + GR"
author = ["Tom Breloff (@tbreloff)"]
license = "MIT"
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 6bc1ecc

Please sign in to comment.