sonicoder / requirements.txt
R-Kentaren's picture
fix: agent_run param mismatch (send agent_name) + add GitHub push-update (3 inputs: repo name, token, username; --force-with-lease)
19066fd verified
Raw
History Blame Contribute Delete
511 Bytes
gradio[oauth]==6.14.0
transformers>=4.45.0
torch>=2.1.0
accelerate>=0.25.0
huggingface_hub>=0.20.0
matplotlib>=3.8
requests>=2.31.0
beautifulsoup4>=4.12.0
Pillow>=10.0
torchvision>=0.16.0
# New deps for agent features (most are stdlib in 3.11+)
# (No new external deps required — agent/skills/hooks/commands use stdlib only)
# `gradio[oauth]` extras pull in authlib + itsdangerous for the
# /login/huggingface + /login/callback OAuth flow. Required for the
# Sign-in-with-HF button to work in the Deploy tab.