Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMichaelTDM committed Sep 25, 2024
1 parent 1bf0e2b commit eb03a19
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 151 deletions.
106 changes: 78 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ bliss-audio-aubio-rs = { version = "0.2.2", features = ["static"] }
clustering.workspace = true
log = { workspace = true }
mecomp-workspace-hack = { version = "0.1", path = "../mecomp-workspace-hack" }
ndarray = { version = "0.15.6", features = ["rayon"] }
ndarray-rand = "0.14.0"
ndarray-stats = { version = "0.5.1" }
ndarray = { version = "0.16.1", features = ["rayon"] }
ndarray-rand = "0.15.0"
ndarray-stats = { version = "0.6.0" }
noisy_float = { version = "0.2.0" }
# plotters = { version = "0.3.0", optional = true }
rand.workspace = true
Expand All @@ -40,7 +40,7 @@ thiserror = { workspace = true }
bliss-audio-aubio-rs = { version = "0.2.2", features = ["static", "bindgen"] }

[dev-dependencies]
ndarray-npy = { version = "0.8.1", default-features = false }
ndarray-npy = { version = "0.9.1", default-features = false }
adler32 = "1.2"
pretty_assertions = { workspace = true }
rstest = { workspace = true }
Expand Down
Loading

0 comments on commit eb03a19

Please sign in to comment.