Skip to content

Commit 1399a48

Browse files
authored
Support Functors 0.3 (JuliaGaussianProcesses#473)
1 parent dede8a0 commit 1399a48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

+2-2
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.10.43"
3+
version = "0.10.44"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -27,7 +27,7 @@ Compat = "3.7, 4"
2727
CompositionsBase = "0.1"
2828
Distances = "0.10"
2929
FillArrays = "0.10, 0.11, 0.12, 0.13"
30-
Functors = "0.1, 0.2"
30+
Functors = "0.1, 0.2, 0.3"
3131
IrrationalConstants = "0.1"
3232
LogExpFunctions = "0.2.1, 0.3"
3333
Requires = "1.0.1"

test/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Distances = "0.10"
2525
Documenter = "0.25, 0.26, 0.27"
2626
FiniteDifferences = "0.10.8, 0.11, 0.12"
2727
ForwardDiff = "0.10"
28-
Functors = "0.2"
28+
Functors = "0.2, 0.3"
2929
Kronecker = "0.4, 0.5"
3030
LogExpFunctions = "0.2, 0.3"
3131
PDMats = "0.9, 0.10, 0.11"

0 commit comments

Comments
 (0)