# Core dependencies
numpy>=1.21.0
scipy>=1.7.0
pandas>=1.3.0

# PDF processing
PyPDF2>=3.0.0
pdfplumber>=0.7.0
pymupdf>=1.23.0
pdfminer.six>=20220524

# OCR and image processing
pytesseract>=0.3.10
Pillow>=9.0.0
opencv-python>=4.5.0

# Layout detection
layoutparser>=0.3.4
detectron2>=0.6
torch>=1.12.0
torchvision>=0.13.0

# NLP and embeddings
transformers>=4.20.0
sentence-transformers>=2.2.0
tokenizers>=0.13.0
huggingface-hub>=0.10.0

# Turkish NLP
zeyrek>=0.1.2
turkish-stemmer>=1.0.0

# Machine learning
scikit-learn>=1.1.0
hdbscan>=0.8.28
umap-learn>=0.5.3

# LLM providers
openai>=1.0.0
anthropic>=0.7.0
requests>=2.28.0
httpx>=0.24.0

# Ollama integration
ollama>=0.1.7

# Data processing
pydantic>=2.0.0
dataclasses-json>=0.5.7
typing-extensions>=4.0.0

# Utilities
tqdm>=4.64.0
click>=8.0.0
rich>=12.0.0
loguru>=0.6.0

# Configuration
pyyaml>=6.0
toml>=0.10.2
configparser>=5.0.0

# Caching
joblib>=1.1.0
diskcache>=5.4.0

# Testing (optional)
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.20.0

# Development (optional)
black>=22.0.0
flake8>=5.0.0
mypy>=0.991
isort>=5.10.0

# Documentation (optional)
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0

# Performance (optional)
numba>=0.58.0
faiss-cpu>=1.7.0

# Visualization (optional)
matplotlib>=3.5.0
seaborn>=0.11.0
plotly>=5.0.0

# Web interface (optional)
streamlit>=1.20.0
fastapi>=0.95.0
uvicorn>=0.20.0

# Database (optional)
sqlalchemy>=1.4.0
psycopg2-binary>=2.9.0

# Cloud storage (optional)
boto3>=1.26.0
azure-storage-blob>=12.14.0
google-cloud-storage>=2.7.0