Spaces:
Sleeping
Sleeping
| [project] | |
| name = "huggingface-course" | |
| version = "0.1.0" | |
| description = "Hugging Face Course" | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "dotenv>=0.9.9", | |
| "duckduckgo-search>=7.5.1", | |
| "huggingface-hub>=0.29.2", | |
| "ipykernel>=6.29.5", | |
| "markdownify>=1.1.0", | |
| "openai>=1.65.5", | |
| "pandas>=2.2.3", | |
| "requests>=2.32.3", | |
| "smolagents[docker,e2b,gradio]>=1.10.0", | |
| ] | |
| [dependency-groups] | |
| dev = [ | |
| "pytest>=8.3.5", | |
| ] | |