Synapse-Base-Inference-api / requirements.txt
Rafs-an09002's picture
Create requirements.txt
9304068 verified
raw
history blame contribute delete
327 Bytes
# Core dependencies for Synapse-Base Inference
# Web framework
fastapi==0.109.0
uvicorn[standard]==0.27.0
# ONNX Runtime (CPU optimized)
onnxruntime==1.17.0
# Chess library
python-chess==1.999
# Numerical computing
numpy==1.24.3
# Model download
huggingface-hub==0.20.3
# Utilities
python-multipart==0.0.6
pydantic==2.5.3