File size: 421 Bytes
a5f640f
 
b5248c4
 
 
 
a5f640f
 
 
 
 
 
8fa82fa
 
 
 
 
a5f640f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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",
]