quant-knowledge-extractor / requirements.txt
cyberkyne's picture
Upload 22 files
094a5f6 verified
raw
history blame contribute delete
472 Bytes
# Julia↔Python bridge
juliacall>=0.9.23
# Gradio UI
gradio>=5.25.0
# Claude API
anthropic>=0.30.0
# HuggingFace — no version pin, Spaces base image controls this
huggingface_hub
# PDF processing
pypdf>=4.2.0
pdfplumber>=0.11.0
pymupdf>=1.24.0
pdf2image>=1.17.0
pytesseract>=0.3.10
Pillow>=10.3.0
# Data
numpy>=1.26.0
pandas>=2.2.0
pyarrow>=16.0.0
# Deduplication (used in extractor.py)
scikit-learn>=1.5.0
# Utilities
loguru>=0.7.2
pydantic>=2.7.0
tqdm>=4.66.0