Skip to content

Commit ce7923f

Browse files
github-actions[bot]CompatHelper Julia
and
CompatHelper Julia
authored
CompatHelper: bump compat for Compat to 4, (keep existing compat) (JuliaGaussianProcesses#456)
* CompatHelper: bump compat for Compat to 4, (keep existing compat) * CompatHelper: bump compat for Compat to 4 for package test, (keep existing compat) (JuliaGaussianProcesses#457) Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e0a7af6 commit ce7923f

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.39"
3+
version = "0.10.40"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -23,7 +23,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
2323

2424
[compat]
2525
ChainRulesCore = "1"
26-
Compat = "3.7"
26+
Compat = "3.7, 4"
2727
CompositionsBase = "0.1"
2828
Distances = "0.10"
2929
FillArrays = "0.10, 0.11, 0.12, 0.13"

test/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1919

2020
[compat]
2121
AxisArrays = "0.4.3"
22-
Compat = "3"
22+
Compat = "3, 4"
2323
Distances = "0.10"
2424
Documenter = "0.25, 0.26, 0.27"
2525
FiniteDifferences = "0.10.8, 0.11, 0.12"

0 commit comments

Comments
 (0)