# Application extras used by the tutor UI (api.py).
# The installable library + CLI is:
#   pip install -e ".[all]"
# or from PyPI:
#   pip install trifectarag[all]

numpy>=1.24.0
torch>=2.0.0
sentence-transformers>=2.2.0
transformers>=4.30.0
tf-keras>=2.15.0
Pillow>=9.0.0
pymupdf>=1.24.0
matplotlib>=3.8.0
mcp>=1.0.0
ollama>=0.3.0

# Frontend API server (api.py)
fastapi>=0.110.0
uvicorn[standard]>=0.29.0
python-multipart>=0.0.9
