From 2d02adddf8c88edb88a261fedd5f9232e502d218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=ADa=20Rodr=C3=ADguez?= Date: Sun, 1 Feb 2026 18:38:57 +0100 Subject: [PATCH] Remove version constraints from pip install command This fix will solve the problems for running the notebook --- AudioToText.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AudioToText.ipynb b/AudioToText.ipynb index 573bf7d..2b5877f 100644 --- a/AudioToText.ipynb +++ b/AudioToText.ipynb @@ -65,7 +65,7 @@ " NO_ROOT_WARNING = '|& grep -v \\\"WARNING: Running pip as the \\'root\\' user\"' # running in Colab\n", "\n", " !pip install --no-warn-script-location --user --upgrade pip {NO_ROOT_WARNING}\n", - " !pip install --root-user-action=ignore git+https://github.com/openai/whisper.git@v20231117 openai==1.9.0 numpy scipy deepl pydub cohere ffmpeg-python torch==2.1.0 tensorflow-probability==0.23.0 typing-extensions==4.9.0" + " !pip install --root-user-action=ignore git+https://github.com/openai/whisper.git@v20231117 openai numpy scipy deepl pydub cohere ffmpeg-python torch tensorflow-probability typing-extensions" ] }, {