Skip to content

Commit 393e830

Browse files
committed
fix: remove usage of Pkg
1 parent 36e3b96 commit 393e830

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
99
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
1010
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
1111
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12-
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1312
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1413
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1514

@@ -41,7 +40,6 @@ ForwardDiff = "0.10.36"
4140
GPUArraysCore = "0.1"
4241
KernelAbstractions = "0.9.2"
4342
LinearAlgebra = "<0.0.1, 1"
44-
Pkg = "<0.0.1, 1"
4543
Random = "<0.0.1, 1"
4644
Statistics = "1"
4745
cuDNN = "1"

src/NNlib.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ using KernelAbstractions: @atomic
1212
using LinearAlgebra
1313
using LinearAlgebra.BLAS: @blasfunc, BlasInt
1414
using LinearAlgebra: AdjOrTransAbsMat, Adjoint, BlasFloat, Transpose
15-
using Pkg
1615
using Random
1716
using Statistics
1817
using Statistics: mean

0 commit comments

Comments
 (0)