diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ac6d0a..5cafd54 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e67455a..3a97f33 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "*"