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==3.24.1
|
2 |
+
requests
|
3 |
+
Pillow
|
4 |
+
numpy
|
5 |
+
opencv-python-headless
|
6 |
+
landingai==0.3.45
|
7 |
+
pydantic>=2.0.0,<3.0.0
|