This commit is contained in:
Félix Dorn 2025-04-28 05:02:28 +02:00
parent 19bf2e6b18
commit 720f21a85b
10 changed files with 11122 additions and 356 deletions

View file

@ -7,11 +7,13 @@ requires-python = ">=3.13"
dependencies = [
"dotenv>=0.9.9",
"jupyter>=1.1.1",
"litellm==1.67.0",
"notebook>=7.4.1",
"openai>=1.76.0",
"openpyxl>=3.1.5",
"pandas>=2.2.3",
"requests>=2.32.3",
"tenacity>=9.1.2",
"tqdm>=4.67.1",
]