Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
-
opencv-python
|
6 |
-
landingai
|
7 |
-
pydantic
|
8 |
-
|
|
|
1 |
+
gradio==3.46.0
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
+
opencv-python-headless
|
6 |
+
landingai==0.3.46
|
7 |
+
pydantic==1.10.13
|
8 |
+
python-dotenv>=0.21.0
|