Skip to content

Commit dcde78b

Browse files
authored
Remove InteractiveUtils (#247)
1 parent 9e050b8 commit dcde78b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name = "KernelFunctions"
22
uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
3-
version = "0.8.21"
3+
version = "0.8.22"
44

55
[deps]
66
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
77
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
88
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
9-
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
109
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1110
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1211
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

src/KernelFunctions.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ using Functors
6161
using SpecialFunctions: loggamma, besselk, polygamma
6262
using ZygoteRules: @adjoint, pullback
6363
using StatsFuns: logtwo
64-
using InteractiveUtils: subtypes
6564
using StatsBase
6665
using TensorCore
6766

0 commit comments

Comments
 (0)