computerscience-person's picture
Rename project and remove stray `app.py`.
40c4f5a
raw
history blame contribute delete
456 Bytes
[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",
]