| | [project]
|
| | name = "hf-agent"
|
| | version = "0.1.0"
|
| | description = "Add your description here"
|
| | readme = "README.md"
|
| | requires-python = ">=3.12"
|
| | dependencies = [
|
| | "datasets>=4.4.1",
|
| |
|
| | "pydantic>=2.12.3",
|
| | "python-dotenv>=1.2.1",
|
| | ]
|
| |
|
| | [project.optional-dependencies]
|
| |
|
| | agent = [
|
| | "requests>=2.32.5",
|
| | "litellm>=1.0.0",
|
| | "huggingface-hub>=1.0.1",
|
| | "fastmcp>=2.4.0",
|
| | "lmnr>=0.7.23",
|
| | "prompt-toolkit>=3.0.0",
|
| | "thefuzz>=0.22.1",
|
| | "nbconvert>=7.16.6",
|
| | "nbformat>=5.10.4",
|
| | "datasets>=4.3.0",
|
| | "whoosh>=2.7.4",
|
| |
|
| | "fastapi>=0.115.0",
|
| | "uvicorn[standard]>=0.32.0",
|
| | "httpx>=0.27.0",
|
| | "websockets>=13.0",
|
| | ]
|
| |
|
| |
|
| | eval = [
|
| | "inspect-ai>=0.3.149",
|
| | "pandas>=2.3.3",
|
| | "datasets>=4.3.0",
|
| | "tenacity>=8.0.0",
|
| | ]
|
| |
|
| |
|
| | dev = [
|
| | "pytest>=9.0.2",
|
| | ]
|
| |
|
| |
|
| | all = [
|
| | "hf-agent[agent,eval,dev]",
|
| | ]
|
| |
|