# Serving dependencies (running the search server).
# For rebuilding the index from OSM extracts, also install requirements-build.txt.
faiss-cpu==1.14.3
fastapi==0.139.2
uvicorn==0.51.0
numpy==2.5.1

# Note on ARM / Orange Pi: faiss-cpu may lack a prebuilt aarch64 wheel on
# PyPI. Use conda-forge (`conda install -c conda-forge faiss-cpu`) or build
# from source. hnswlib is an easier-to-build ANN alternative if needed.
