We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefe123 commit e893fb8Copy full SHA for e893fb8
Project.toml
@@ -1,7 +1,7 @@
1
name = "MusicManipulations"
2
uuid = "274955c0-c284-5bf7-b122-5ecd51c559de"
3
repo = "https://github.com/JuliaMusic/MusicManipulations.jl.git"
4
-version = "1.7.0"
+version = "1.7.1"
5
6
[deps]
7
ARFIMA = "9d0fb3db-ba49-4108-bc86-650b3813b6d5"
@@ -15,11 +15,13 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
15
16
[compat]
17
ARFIMA = "0.3.0, 0.4"
18
+DataStructures = "0.18"
19
MIDI = "1.4.1, 2.0"
20
MotifSequenceGenerator = "1.0"
21
+Random = "1.1"
22
Reexport = "0.2, 0.3, 1"
-StatsBase = "0.32, 0.33"
-DataStructures = "0.18"
23
+Statistics = "1.1"
24
+StatsBase = "0.32, 0.33, 0.34"
25
julia = "1.1"
26
27
[extras]
0 commit comments