bee / requirements.docker.txt
Bee Deploy
HF Space backend deploy [de0cba5]
5e21013
# Bee Docker β€” CPU inference only (no CUDA, no Qiskit for lighter image)
# Pinned to latest stable as of 2026-04-29. Re-verify with
# `pip list --outdated` periodically. Floors track current latest per
# the no-outdated-deps rule (feedback_no_outdated_deps.md).
torch>=2.11.0 --index-url https://download.pytorch.org/whl/cpu
transformers>=5.7.0
accelerate>=1.13.0
# transformers 5.7 bounds tokenizers<=0.23.0 β€” pin highest compatible.
tokenizers>=0.22.2,<0.23.1
huggingface-hub>=1.12.0
peft>=0.15.0
fastapi>=0.136.1
uvicorn[standard]>=0.46.0
pydantic>=2.10.0
numpy>=2.2.0
safetensors>=0.5.0
sentencepiece>=0.2.0
protobuf>=5.29.0
structlog>=25.1.0
prometheus-client>=0.21.0
python-dotenv>=1.1.0
sentence-transformers>=3.4.0
faiss-cpu>=1.9.0
# JWT verification (Supabase auth on /v1/chat/completions + /v1/account/delete)
pyjwt>=2.12.1
cryptography>=47.0.0
# Sentry β€” error tracking (free tier, errors-only)
sentry-sdk>=2.20,<3.0