Skip to content

Commit d6eab2b

Browse files
authored
Bump SpecialFunctions everywhere (#209)
* Bump SpecialFunctions everywhere * Bump patch version
1 parent ea4b2d0 commit d6eab2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

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

55
[deps]
66
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
@@ -21,7 +21,7 @@ Compat = "2.2, 3"
2121
Distances = "0.9.1, 0.10"
2222
Functors = "0.1"
2323
Requires = "1.0.1"
24-
SpecialFunctions = "0.8, 0.9, 0.10"
24+
SpecialFunctions = "0.8, 0.9, 0.10, 1"
2525
StatsBase = "0.32, 0.33"
2626
StatsFuns = "0.8, 0.9"
2727
ZygoteRules = "0.2"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ ForwardDiff = "0.10"
2222
Kronecker = "0.4"
2323
PDMats = "0.9, 0.10"
2424
ReverseDiff = "1.2"
25-
SpecialFunctions = "0.10"
25+
SpecialFunctions = "0.10, 1"
2626
Zygote = "0.4, 0.5"

0 commit comments

Comments
 (0)