Markit_v2 / requirements.txt
AnseMin's picture
Incompatibility with Google-genai and pydantic
fae09c1
raw
history blame contribute delete
685 Bytes
# Core dependencies
pydantic==2.10.6
gradio
markdown==3.7
pillow # Match exact dependency from GOT-OCR
numpy==1.26.3 # Match exact dependency from GOT-OCR
# For ZeroGPU support
spaces
# Image processing
opencv-python # Match exact dependency from GOT-OCR
# Utility dependencies
python-dotenv>=1.0.0
# Gemini API client
google-genai==1.5.0
# Mistral AI client
mistralai>=1.0.0
# GOT-OCR dependencies - exactly as in original
torch
torchvision
git+https://github.com/huggingface/transformers.git@main
accelerate
verovio # Added missing dependency
huggingface_hub[cli]>=0.19.0
# MarkItDown and its dependencies
markitdown[all]
openai>=1.1.0 # For LLM image description support