old
This commit is contained in:
parent
720f21a85b
commit
43076bcbb1
42 changed files with 237415 additions and 7831 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue