File size: 371 Bytes
522a08c
 
 
 
 
 
 
 
 
 
 
 
bc84cfe
 
c1fac32
 
522a08c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "hf-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "numpy>=1.24.0",
    "requests>=2.32.5",
    "pydantic>=2.12.3",
    "litellm>=1.0.0",
    "tenacity>=8.0.0",
    "pandas>=2.3.3",
    "python-dotenv>=1.2.1",
    "datasets>=4.3.0",
    "huggingface-hub>=1.0.1",
]