Skip to content

Commit

Permalink
Merge pull request #92 from edgett/main
Browse files Browse the repository at this point in the history
Adjust requirments to allow for torch 2.0.1 and python 3.11
  • Loading branch information
jonatasgrosman authored Aug 27, 2023
2 parents 8178f8e + 6fc91bd commit a644d21
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 @@ -16,7 +16,7 @@ issues = "https://github.com/jonatasgrosman/huggingsound/issues"

[tool.poetry.dependencies]
python = ">=3.7,<4"
torch = ">=1.7,!=1.12.0,<1.13.0"
torch = ">=1.13,!=1.12.0"
transformers = "^4.23.1"
datasets = "^2.6.1"
librosa = "^0.9.2"
Expand Down

0 comments on commit a644d21

Please sign in to comment.