codesearch / requirements.txt
CamQuestByte
M4: Space deploy prep β€” omit gradio from requirements, LFS-track slim index
708f9c0
Raw
History Blame Contribute Delete
600 Bytes
# HF Spaces build deps. Hand-maintained to mirror pyproject.toml runtime
# dependencies (top-level only; pip resolves transitives β€” incl. torch via
# sentence-transformers β€” against HF's base image). Keep in sync with pyproject.
# gradio is intentionally omitted: HF installs it per README `sdk_version`
# (6.13.0 β€” the version the app was smoke-tested on). Listing it here too risks
# a pip-vs-SDK version fight. It stays a pyproject dep for local `python app.py`.
bm25s>=0.3.4
sentence-transformers>=3.0.0
qdrant-client>=1.9.0
datasets>=2.20.0
python-dotenv>=1.0.0
numpy>=1.26.0
tqdm>=4.66.0