CoolFace
Apppublic

Delyno/gr-test

sourceHugging Faceupdated 2d agoView on Hugging Face
0likes
pyproject.toml15 linesDownload Raw Back to root
1[project]2name = "context-course"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.14"7dependencies = [8    "datasets>=2.0.0",9    "gradio>=6.28.0",10    "huggingface-hub>=1.32.0",11    "mcp[cli]>=2.2.0",12    "numpy>=1.20.0",13    "pandas>=1.3.0",14]15