llm-drills/pyproject.toml
2026-06-18 03:06:25 -04:00

15 lines
299 B
TOML

[project]
name = "llm-drills"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jupyterlab>=4.5.9",
"matplotlib>=3.11.0",
"numpy>=2.4.6",
"pandas>=3.0.3",
"scikit-learn>=1.9.0",
"seaborn>=0.13.2",
]