From 69b5e45a061b67d116ec174adef056b0bfc2e875 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Tue, 13 Feb 2024 09:29:40 +0000 Subject: [PATCH] change order of packages to prevent install flaiures --- requirements.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8fb4cfb..69b52fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,12 @@ -torch~=2.2.0 +tqdm>=4.65.0 +numpy>=1.26.4 openai-whisper==20231117 -numpy>=1.26.4 + pyannote.audio~=3.1.1 pyannote.core~=5.0.0 pyannote.database~=5.0.1 pyannote.metrics~=3.2.1 pyannote.pipeline~=3.0.1 -tqdm>=4.65.0 - - +torch~=2.2.0 \ No newline at end of file