Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -12
requirements.txt
CHANGED
@@ -1,17 +1,14 @@
|
|
1 |
# Core dependencies
|
2 |
-
# Use these EXACT versions with pre-built wheels
|
3 |
-
moviepy==1.0.3 --only-binary=:all:
|
4 |
-
pysrt==1.1.2 --only-binary=:all:
|
5 |
-
imageio==2.31.1 --only-binary=:all:
|
6 |
-
imageio-ffmpeg==0.4.8 --only-binary=:all:
|
7 |
gradio==3.50.2
|
8 |
python-dotenv==1.0.0
|
9 |
tqdm==4.66.1
|
10 |
|
11 |
-
# Video and audio processing
|
12 |
ffmpeg-python==0.2.0
|
13 |
-
moviepy==1.0.3
|
14 |
pydub==0.25.1
|
|
|
|
|
15 |
|
16 |
# Speech recognition and text-to-speech
|
17 |
assemblyai==0.15.1
|
@@ -19,10 +16,7 @@ gTTS==2.3.2
|
|
19 |
|
20 |
# Translation and subtitle handling
|
21 |
deep-translator==1.9.2
|
22 |
-
pysrt==1.1.2
|
23 |
-
|
24 |
-
moviepy==1.0.3 --prefer-binary
|
25 |
-
pysrt==1.1.2 --prefer-binary
|
26 |
|
27 |
# Utility packages
|
28 |
-
loguru==0.7.2
|
|
|
1 |
# Core dependencies
|
|
|
|
|
|
|
|
|
|
|
2 |
gradio==3.50.2
|
3 |
python-dotenv==1.0.0
|
4 |
tqdm==4.66.1
|
5 |
|
6 |
+
# Video and audio processing (WITH BINARY FLAGS)
|
7 |
ffmpeg-python==0.2.0
|
8 |
+
moviepy==1.0.3 --only-binary=:all:
|
9 |
pydub==0.25.1
|
10 |
+
imageio==2.31.1 --only-binary=:all:
|
11 |
+
imageio-ffmpeg==0.4.8 --only-binary=:all:
|
12 |
|
13 |
# Speech recognition and text-to-speech
|
14 |
assemblyai==0.15.1
|
|
|
16 |
|
17 |
# Translation and subtitle handling
|
18 |
deep-translator==1.9.2
|
19 |
+
pysrt==1.1.2 --only-binary=:all:
|
|
|
|
|
|
|
20 |
|
21 |
# Utility packages
|
22 |
+
loguru==0.7.2
|