Skip to content

Commit 42e1536

Browse files
committed
Remove Pkg as a dependency
This removes ~0.4s from the load time.
1 parent 3a0cb78 commit 42e1536

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
99
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1010
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1111
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
12-
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1312
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
1413
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1514
UnsafePointers = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"
@@ -21,7 +20,6 @@ Dates = "1"
2120
Libdl = "1"
2221
MacroTools = "0.5"
2322
Markdown = "1"
24-
Pkg = "1"
2523
PyCall = "1"
2624
Serialization = "1"
2725
Tables = "1"

src/JlWrap/JlWrap.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import ..PythonCall:
3030
PyObjectMatrix,
3131
PyObjectArray
3232

33-
using Pkg: Pkg
3433
using Base: @propagate_inbounds, allocatedinline
3534

3635
import ..Core: Py
@@ -70,7 +69,6 @@ function __init__()
7069
jl.Core = Base.Core
7170
jl.Base = Base
7271
jl.Main = Main
73-
jl.Pkg = Pkg
7472
jl.PythonCall = PythonCall
7573
end
7674

0 commit comments

Comments
 (0)