borderless / requirements.txt
spagestic's picture
Update requirements and improve model loading logic
f8fe299
Raw
History Blame Contribute Delete
787 Bytes
# Direct dependencies only — transitive, CUDA, and HF-injected packages removed
# HF Spaces injects: torch, gradio, uvicorn, websockets, spaces automatically
# AI / LLM
openai==2.41.0
langchain-core==1.4.6
langchain-openai==1.3.0
langgraph==1.2.4
mcp==1.27.2
# Optional for BORDERLESS_INFERENCE_MODE=local only: transformers>=4.56 (HF Spaces injects torch)
# Tools / APIs
firecrawl-py==4.28.2
exa-py==2.13.0
# Data
datasets==5.0.0
pandas==2.3.3
numpy==2.2.6
pyarrow==24.0.0
# HTTP / Async
aiohttp==3.14.0
httpx==0.28.1
httpx-sse==0.4.3
requests==2.34.2
# Auth
Authlib==1.7.2
python-dotenv==1.2.2
PyJWT==2.13.0
# Misc utilities
pydantic==2.12.5
pydantic-settings==2.14.1
pillow==12.2.0
rich==15.0.0
orjson==3.11.9
PyYAML==6.0.3
python-multipart==0.0.32
pydub==0.25.1
tqdm==4.68.0