Skip to content

Commit 36e3b96

Browse files
committed
fix: remove uses of Requires
1 parent 4e957ad commit 36e3b96

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
@@ -11,7 +11,6 @@ KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
1111
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1212
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1313
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1514
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1615

1716
[weakdeps]
@@ -44,7 +43,6 @@ KernelAbstractions = "0.9.2"
4443
LinearAlgebra = "<0.0.1, 1"
4544
Pkg = "<0.0.1, 1"
4645
Random = "<0.0.1, 1"
47-
Requires = "1.0"
4846
Statistics = "1"
4947
cuDNN = "1"
5048
julia = "1.9"

src/NNlib.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ using LinearAlgebra.BLAS: @blasfunc, BlasInt
1414
using LinearAlgebra: AdjOrTransAbsMat, Adjoint, BlasFloat, Transpose
1515
using Pkg
1616
using Random
17-
using Requires
1817
using Statistics
1918
using Statistics: mean
2019

0 commit comments

Comments
 (0)