[project] | |
name = "cc229-marimo-demo" | |
authors = [ | |
{ name = "Oliver Ladores", email = "[email protected]" } | |
] | |
license = "BSD-3-Clause-Clear" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.13" | |
dependencies = [ | |
"marimo>=0.10.16", | |
"matplotlib>=3.10.0", | |
"polars>=1.20.0", | |
"pyarrow>=19.0.0", | |
"scikit-learn>=1.6.1", | |
"seaborn>=0.13.2", | |
] | |