From ccf28252d7c4143814ea0d88447531480bc30216 Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Tue, 31 Oct 2023 05:43:16 +0000 Subject: [PATCH] Pin Python dependencies, remove old extra index * Each PyPI package is now pinned to its latest version available * Removed --extra-index-url since it appears to no longer be referenced in https://pytorch.org/get-started/locally/ --- requirements.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index ae172ba..4127bca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ -pyaudio -SpeechRecognition ---extra-index-url https://download.pytorch.org/whl/cu116 -torch -git+https://github.com/openai/whisper.git \ No newline at end of file +pyaudio==0.2.13 +SpeechRecognition==3.10.0 +torch==2.1.0 +openai-whisper==20230918