30239-notes/pyproject.toml

15 lines
278 B
TOML
Raw Permalink 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 = [
2024-09-26 20:43:52 +00:00
"altair>=5.4.1",
"jupyter>=1.1.1",
"pandas>=2.2.3",
"polars>=1.8.2",
"ruff>=0.6.8",
2024-09-28 04:10:24 +00:00
"vega-datasets>=0.9.0",
2024-09-26 04:41:41 +00:00
]