Skip to content

Commit

Permalink
Testing new requirements
Browse files Browse the repository at this point in the history
[x] torch has an error with the version specified


Former-commit-id: 13f3112
  • Loading branch information
destin-v committed Jan 12, 2024
1 parent 22c551e commit 9278bb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ repos:
hooks:
- id: python-check-blanket-noqa
- id: python-check-mock-methods
- id: python-no-eval
- id: python-no-log-warn
- id: python-use-type-annotations
- id: text-unicode-replacement-char
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mido = "*"
numpy = "*"
pandas = "*"
scikit-learn = "*"
torch = "2.1.0"
torch = ">=2.0.0, !=2.0.1, !=2.1.0"
torchaudio = "*"
tqdm = "*"

Expand Down

0 comments on commit 9278bb3

Please sign in to comment.