puppeteer-api / requirements.txt
seungminkwak's picture
reset: clean history (purge leaked token)
08b23ce
# server
fastapi==0.115.5
uvicorn[standard]==0.34.0
pydantic==2.9.2
requests==2.32.3
# numeric stack (pin to avoid ABI woes)
numpy<2
scipy==1.11.4
# geometry / images
trimesh==4.4.9
networkx==3.3
scikit-image==0.24.0
opencv-python-headless #
# training/runtime utils
tqdm==4.66.5
einops==0.8.0
accelerate==1.0.1
timm==1.0.9
# Hugging Face stack for skeleton step
transformers==4.44.2
tokenizers>=0.14.0
safetensors>=0.4.2
huggingface-hub>=0.23.0