Skip to content

Commit e9b7da9

Browse files
authored
Merge pull request #87 from JuliaGaussianProcesses/compathelper/new_version/2022-04-30-01-41-53-744-727478808
CompatHelper: bump compat for "StatsFuns" to "1"
2 parents 7e5c412 + 6ad179d commit e9b7da9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GPLikelihoods"
22
uuid = "6031954c-0455-49d7-b3b9-3e1c99afaf40"
33
authors = ["JuliaGaussianProcesses Team"]
4-
version = "0.4.2"
4+
version = "0.4.3"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -24,5 +24,5 @@ Functors = "0.1, 0.2"
2424
InverseFunctions = "0.1.2"
2525
IrrationalConstants = "0.1"
2626
SpecialFunctions = "1, 2"
27-
StatsFuns = "0.9.13"
27+
StatsFuns = "0.9.13, 1"
2828
julia = "1.6"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
88
Distributions = "0.25"
99
Documenter = "0.25, 0.26, 0.27"
1010
GPLikelihoods = "0.4"
11-
StatsFuns = "0.9"
11+
StatsFuns = "0.9, 1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
99
[compat]
1010
Distributions = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
1111
Functors = "0.1, 0.2"
12-
StatsFuns = "0.9"
12+
StatsFuns = "0.9, 1"
1313
Zygote = "0.6"
1414
julia = "1.3"

0 commit comments

Comments
 (0)