Skip to content

Commit 0cdedf3

Browse files
CompatHelper: bump compat for "KernelFunctions" to "0.9" (#30)
This pull request changes the compat entry for the `KernelFunctions` package from `0.8.20` to `0.8.20, 0.9`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: David Widmann <[email protected]>
1 parent e538d37 commit 0cdedf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CalibrationTests"
22
uuid = "2818745e-0823-50c7-bc2d-405ac343d48b"
33
authors = ["David Widmann <[email protected]>"]
4-
version = "0.5.0"
4+
version = "0.5.1"
55

66
[deps]
77
CalibrationErrors = "33913031-fe46-5864-950f-100836f47845"
@@ -18,7 +18,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
1818
[compat]
1919
CalibrationErrors = "0.5.12"
2020
HypothesisTests = "0.8, 0.9, 0.10"
21-
KernelFunctions = "0.8.20"
21+
KernelFunctions = "0.8.20, 0.9"
2222
Reexport = "1"
2323
StatsBase = "0.32, 0.33"
2424
StatsFuns = "0.8, 0.9"

0 commit comments

Comments
 (0)