From 30bf2b3ba386b7a7c70dbeb16acbd414c8813845 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Tue, 13 Feb 2024 09:45:54 +0000 Subject: [PATCH] lower mandatory torch version to aviod install conflicts --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69b52fc..5872774 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ pyannote.database~=5.0.1 pyannote.metrics~=3.2.1 pyannote.pipeline~=3.0.1 -torch~=2.2.0 \ No newline at end of file +torch>=2.0.0 \ No newline at end of file