Files
kigland 35edfae1c7 fix: add missing loguru dependency
core/logger.py imports loguru but it was not listed in requirements.txt,
causing ModuleNotFoundError on fresh installs. Also added to the README
dependency list.
2026-03-09 12:59:57 +08:00

15 lines
234 B
Plaintext

fastapi==0.104.1
uvicorn==0.24.0
requests==2.31.0
cma==3.3.0
tiktoken==0.5.1
openai==1.3.5
rich==13.7.0
tenacity==8.2.3
pyyaml==6.0.1
pydantic==2.5.2
loguru>=0.7.0
transformers==4.36.2
torch==2.1.2
scikit-learn>=1.3.0
faiss-cpu>=1.7.4