Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
gradio==
|
2 |
-
requests
|
3 |
-
Pillow
|
4 |
-
numpy
|
5 |
-
opencv-python-headless
|
6 |
-
landingai
|
7 |
-
pydantic==
|
|
|
1 |
+
gradio==5.7.1
|
2 |
+
requests==2.32.3
|
3 |
+
Pillow==10.4.0
|
4 |
+
numpy==1.26.4
|
5 |
+
opencv-python-headless==4.10.0
|
6 |
+
landingai
|
7 |
+
pydantic==2.9.2
|