Spaces:
Running
Running
Commit
·
3491b47
1
Parent(s):
ae63fe7
Update librosa version in requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,7 +4,8 @@ ffmpeg==1.4
|
|
4 |
ffmpeg_python==0.2.0
|
5 |
firebase_admin==6.5.0
|
6 |
ImageHash==4.3.1
|
7 |
-
librosa==0.10.2.post1
|
|
|
8 |
moviepy==1.0.3
|
9 |
numpy>=1.23.5,<2.0.0
|
10 |
opencv_python==4.10.0.84
|
|
|
4 |
ffmpeg_python==0.2.0
|
5 |
firebase_admin==6.5.0
|
6 |
ImageHash==4.3.1
|
7 |
+
# librosa==0.10.2.post1
|
8 |
+
librosa==0.9.2
|
9 |
moviepy==1.0.3
|
10 |
numpy>=1.23.5,<2.0.0
|
11 |
opencv_python==4.10.0.84
|