| # Runtime deps for the Hugging Face Space (Streamlit Q&A web app). | |
| # The daily pipeline uses pyproject (pip install -e .); this file is for the Space. | |
| openai>=1.40.0 | |
| pydantic>=2.7.0 | |
| pyyaml>=6.0 | |
| python-dotenv>=1.0.0 | |
| requests>=2.31.0 | |
| tenacity>=8.2.0 | |
| networkx>=3.2 | |
| streamlit>=1.36.0 | |
| pandas>=2.0.0 | |
| # No embeddings/vector DB: Q&A is long-context over a knowledge pack built from data/wam.db. | |