Spaces:
Running
on
Zero
Running
on
Zero
Incompatibility with Google-genai and pydantic
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
# Core dependencies
|
2 |
-
|
|
|
3 |
markdown==3.7
|
4 |
pillow # Match exact dependency from GOT-OCR
|
5 |
numpy==1.26.3 # Match exact dependency from GOT-OCR
|
@@ -12,10 +13,9 @@ opencv-python # Match exact dependency from GOT-OCR
|
|
12 |
|
13 |
# Utility dependencies
|
14 |
python-dotenv>=1.0.0
|
15 |
-
pydantic>=2.10.3
|
16 |
|
17 |
# Gemini API client
|
18 |
-
google-genai
|
19 |
|
20 |
# Mistral AI client
|
21 |
mistralai>=1.0.0
|
|
|
1 |
# Core dependencies
|
2 |
+
pydantic==2.10.6
|
3 |
+
gradio
|
4 |
markdown==3.7
|
5 |
pillow # Match exact dependency from GOT-OCR
|
6 |
numpy==1.26.3 # Match exact dependency from GOT-OCR
|
|
|
13 |
|
14 |
# Utility dependencies
|
15 |
python-dotenv>=1.0.0
|
|
|
16 |
|
17 |
# Gemini API client
|
18 |
+
google-genai==1.5.0
|
19 |
|
20 |
# Mistral AI client
|
21 |
mistralai>=1.0.0
|