File size: 305 Bytes
4adaccc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [project]
name = "regularization-vs-perf"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"matplotlib>=3.9.4",
"numpy>=2.0.2",
"pyyaml>=6.0.3",
"seaborn>=0.13.2",
"typer>=0.19.2",
"typer-config>=1.4.2",
]
|