Skip to content

Commit

Permalink
Updated compat with StatsBase v0.34 (#67)
Browse files Browse the repository at this point in the history
* Updated compat with StatsBase v0.34

* Bump version
  • Loading branch information
gnadt authored Jan 12, 2024
1 parent fefe123 commit e893fb8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MusicManipulations"
uuid = "274955c0-c284-5bf7-b122-5ecd51c559de"
repo = "https://github.com/JuliaMusic/MusicManipulations.jl.git"
version = "1.7.0"
version = "1.7.1"

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

[compat]
ARFIMA = "0.3.0, 0.4"
DataStructures = "0.18"
MIDI = "1.4.1, 2.0"
MotifSequenceGenerator = "1.0"
Random = "1.1"
Reexport = "0.2, 0.3, 1"
StatsBase = "0.32, 0.33"
DataStructures = "0.18"
Statistics = "1.1"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.1"

[extras]
Expand Down

0 comments on commit e893fb8

Please sign in to comment.