Fix-change requirements.txt update numpy version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio==5.49.0
|
2 |
-
numpy==
|
3 |
opencv_contrib_python==4.11.0.86
|
4 |
opencv_python==4.11.0.86
|
5 |
Pillow==11.3.0
|
|
|
1 |
gradio==5.49.0
|
2 |
+
numpy==1.26.4
|
3 |
opencv_contrib_python==4.11.0.86
|
4 |
opencv_python==4.11.0.86
|
5 |
Pillow==11.3.0
|