fix(whisperx): drop +cpu local version suffix to fix uv resolution failure

PEP 440 ==2.8.0 matches 2.8.0+cpu from the extra index, avoiding the
issue where uv cannot locate an explicit +cpu local version specifier.
This aligns with the pattern used by all other CPU backends.

Signed-off-by: eureka928 <meobius123@gmail.com>
This commit is contained in:
eureka928 committed 2026-02-02 11:36:32 +01:00
1 parent ce82ba35c4
commit 7f5d72e8c4
1 file changed
+1 -1
+1 -1
View File
@@ -1,3 +1,3 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.8.0+cpu
torch==2.8.0
whisperx @ git+https://github.com/m-bain/whisperX.git