Skip to content

Commit e893fb8

Browse files
authored
Updated compat with StatsBase v0.34 (#67)
* Updated compat with StatsBase v0.34 * Bump version
1 parent fefe123 commit e893fb8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Project.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MusicManipulations"
22
uuid = "274955c0-c284-5bf7-b122-5ecd51c559de"
33
repo = "https://github.com/JuliaMusic/MusicManipulations.jl.git"
4-
version = "1.7.0"
4+
version = "1.7.1"
55

66
[deps]
77
ARFIMA = "9d0fb3db-ba49-4108-bc86-650b3813b6d5"
@@ -15,11 +15,13 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1515

1616
[compat]
1717
ARFIMA = "0.3.0, 0.4"
18+
DataStructures = "0.18"
1819
MIDI = "1.4.1, 2.0"
1920
MotifSequenceGenerator = "1.0"
21+
Random = "1.1"
2022
Reexport = "0.2, 0.3, 1"
21-
StatsBase = "0.32, 0.33"
22-
DataStructures = "0.18"
23+
Statistics = "1.1"
24+
StatsBase = "0.32, 0.33, 0.34"
2325
julia = "1.1"
2426

2527
[extras]

0 commit comments

Comments
 (0)