[project] | |
name = "cc229-diabetes-dataset-app" | |
author = [ { name = "Oliver Ladores", email = "[email protected]" } ] | |
license = "BSD-3-Clause" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.13" | |
dependencies = [ | |
"altair>=5.5.0", | |
"marimo>=0.11.4", | |
"polars>=1.22.0", | |
"pyarrow>=19.0.0", | |
"scikit-learn>=1.6.1", | |
"vegafusion[embed]>=2.0.1", | |
"vl-convert-python>=1.7.0", | |
] | |