This commit is contained in:
Félix Dorn 2025-07-15 00:41:05 +02:00
parent 720f21a85b
commit 43076bcbb1
42 changed files with 237415 additions and 7831 deletions

View file

@ -5,22 +5,29 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"coloraide>=4.6",
"dotenv>=0.9.9",
"graphviz>=0.20.3",
"jupyter>=1.1.1",
"litellm==1.67.0",
"matplotlib>=3.10.3",
"notebook>=7.4.1",
"openai>=1.76.0",
"openpyxl>=3.1.5",
"pandas>=2.2.3",
"pyarrow>=20.0.0",
"pyvis>=0.3.2",
"requests>=2.32.3",
"scipy",
"seaborn>=0.13.2",
"tenacity>=9.1.2",
"tqdm>=4.67.1",
]
[tool.pytest.ini_options]
pythonpath="src"
addopts="-v"
pythonpath = "src"
addopts = "-v"
asyncio_mode = "auto"
[tool.black]