File size: 327 Bytes
9304068
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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