Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,7 +5,8 @@ tqdm==4.66.1
|
|
5 |
|
6 |
# Video/audio processing (USE THESE EXACT VERSIONS)
|
7 |
ffmpeg-python==0.2.0
|
8 |
-
moviepy==1.0.3 --only-binary :all:
|
|
|
9 |
imageio==2.31.1
|
10 |
imageio-ffmpeg==0.4.8
|
11 |
|
|
|
5 |
|
6 |
# Video/audio processing (USE THESE EXACT VERSIONS)
|
7 |
ffmpeg-python==0.2.0
|
8 |
+
#moviepy==1.0.3 --only-binary :all:
|
9 |
+
moviepy==2.1.2
|
10 |
imageio==2.31.1
|
11 |
imageio-ffmpeg==0.4.8
|
12 |
|