30239-notes/pyproject.toml

14 lines
265 B
TOML
Raw Normal View History

2024-09-26 04:41:41 +00:00
[project]
name = "30239-notes"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"altair>=5.4.1",
"jupyter>=1.1.1",
"marimo>=0.8.20",
"pandas>=2.2.3",
"polars>=1.8.2",
]