From 9278bb3bace95f6b1169d91659db1fc40abf2045 Mon Sep 17 00:00:00 2001 From: destin-v <47424506+destin-v@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:40:38 -0500 Subject: [PATCH] Testing new requirements [x] torch has an error with the version specified Former-commit-id: 13f31121f141f6519fd80396ef05aff37a3ef63e --- .pre-commit-config.yaml | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 = "*"