Spaces:
Running
Running
Commit
·
c508112
1
Parent(s):
e4b2f2c
Update numpy version in requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ ffmpeg_python==0.2.0
|
|
6 |
firebase_admin==6.5.0
|
7 |
ImageHash==4.3.1
|
8 |
librosa==0.10.2.post1
|
9 |
-
numpy
|
10 |
opencv_python==4.10.0.84
|
11 |
opencv_python_headless==4.10.0.84
|
12 |
Pillow==10.4.0
|
|
|
6 |
firebase_admin==6.5.0
|
7 |
ImageHash==4.3.1
|
8 |
librosa==0.10.2.post1
|
9 |
+
numpy>=1.23.5,<2.0.0
|
10 |
opencv_python==4.10.0.84
|
11 |
opencv_python_headless==4.10.0.84
|
12 |
Pillow==10.4.0
|