Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio==3.
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
landingai==0.3.46
|
6 |
opencv-python
|
7 |
-
pydantic
|
8 |
-
|
|
|
1 |
+
gradio==3.46.0
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
landingai==0.3.46
|
6 |
opencv-python
|
7 |
+
pydantic<2.0.0
|
8 |
+
h11==0.13.0
|