Skip to content

Commit

Permalink
Update torch requirement from <=2.3.1 to <=2.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym...v2.4.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 1df3679 commit d8adc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"scipy",
"tensorflow",
"tensorflow-hub",
"torch<=2.3.1", # greater version breaks tensorflow-gpu-based algorithms (gpu unavailable error)
"torch<=2.4.0", # greater version breaks tensorflow-gpu-based algorithms (gpu unavailable error)
"torch-yin",
"torchcrepe>=0.0.18",
"penn",
Expand Down

0 comments on commit d8adc0c

Please sign in to comment.