Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
gradio
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
-
opencv-python #
|
6 |
-
landingai
|
|
|
|
1 |
+
gradio==3.46.0
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
+
opencv-python-headless # Use headless version since we don't need GUI
|
6 |
+
landingai==0.3.46
|
7 |
+
pydantic-settings
|