AnseMin commited on
Commit
fae09c1
·
1 Parent(s): 0531b76

Incompatibility with Google-genai and pydantic

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  # Core dependencies
2
- gradio==5.14.0
 
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>=0.1.0
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