Skip to content

Commit 6d2755e

Browse files
authored
Merge pull request #1 from PyDataBlog/compathelper/new_version/2020-02-18-00-11-35-889-598461706
CompatHelper: add new compat entry for "StatsBase" at version "0.32"
2 parents 82af385 + 8492be8 commit 6d2755e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.1.0"
77
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
88

99
[compat]
10+
StatsBase = "0.32"
1011
julia = "1.3"
1112

1213
[extras]

docs/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
5656
version = "0.3.11"
5757

5858
[[Pkg]]
59-
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
59+
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Test", "UUIDs"]
6060
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
6161

6262
[[Printf]]

0 commit comments

Comments
 (0)