Skip to content

Commit 343fe0d

Browse files
committed
update compat
1 parent c8f523e commit 343fe0d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Project.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1616
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1717
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
1818

19-
[compat] # Latest:
20-
AbstractTrees = "0.3 - 0.4" # 0.4.4
21-
Distributions = "0.25" # 0.25.98
22-
OnlineStatsBase = "1.4.7 - 1.6" # 1.6.1
23-
OrderedCollections = "1.1 - 1.6" # 1.6.0
24-
RecipesBase = "0.7 - 1.3" # 1.3.4
25-
SpecialFunctions = "2.1 - 2.3" # 2.3.0
26-
StatsBase = "0.32 - 0.34" # 0.34.0
27-
StatsFuns = "1.0 - 1.3" # 1.3.0
19+
[compat]
20+
AbstractTrees = "0.3, 0.4"
21+
Distributions = "0.25"
22+
OnlineStatsBase = "1.4.7, 1.5, 1.6"
23+
OrderedCollections = "1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
24+
RecipesBase = "1.1, 1.2, 1.3"
25+
SpecialFunctions = "2.1, 2.2, 2.3"
26+
StatsBase = "0.32, 0.33, 0.34"
27+
StatsFuns = "1.0, 1.1, 1.2, 1.3"
2828
julia = "1.0"
2929

3030
[extras]

0 commit comments

Comments
 (0)