Skip to content

Commit 2940721

Browse files
authored
Merge pull request #251 from JuliaStats/compathelper/new_version/2023-05-02-01-13-43-299-02463914515
CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)
2 parents db4038d + 255176a commit 2940721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
name = "Clustering"
22
uuid = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
3-
version = "0.15.1"
3+
version = "0.15.2"
44

55
[deps]
66
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
99
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1011
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1112
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1213
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
13-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1414

1515
[compat]
1616
Distances = "0.8, 0.9, 0.10"
1717
NearestNeighbors = "0.4"
18-
StatsBase = "0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
18+
StatsBase = "0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34"
1919
julia = "1"
2020

2121
[extras]

0 commit comments

Comments
 (0)