Skip to content

Commit

Permalink
build(deps): update mir-eval requirement from <=0.7,>=0.6 to >=0.6,<=…
Browse files Browse the repository at this point in the history
…0.8.0 in /requirements (#2948)

build(deps): update mir-eval requirement in /requirements

Updates the requirements on [mir-eval](https://github.com/mir-evaluation/mir_eval) to permit the latest version.
- [Release notes](https://github.com/mir-evaluation/mir_eval/releases)
- [Changelog](https://github.com/mir-evaluation/mir_eval/blob/main/docs/changes.rst)
- [Commits](mir-evaluation/mir_eval@0.6...0.8.0)

---
updated-dependencies:
- dependency-name: mir-eval
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2025
1 parent 4155f2a commit b29fbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/audio_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

mir-eval >=0.6, <=0.7
mir-eval >=0.6, <=0.8.0
fast-bss-eval >=0.1.0, <0.1.5
torch_complex <0.5.0 # needed for fast-bss-eval
srmrpy @ git+https://github.com/Lightning-Sandbox/SRMRpy

0 comments on commit b29fbca

Please sign in to comment.