51042-notes/pyproject.toml

15 lines
286 B
TOML
Raw Permalink Normal View History

2024-09-30 04:48:19 +00:00
[project]
name = "51042-notes"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
2024-11-30 23:06:38 +00:00
"altair>=5.5.0",
2024-09-30 04:48:19 +00:00
"jupyter>=1.1.1",
2024-11-30 23:06:38 +00:00
"pandas>=2.2.3",
"polars>=1.16.0",
"pyarrow>=18.1.0",
2024-09-30 05:42:17 +00:00
"ruff>=0.6.8",
2024-09-30 04:48:19 +00:00
]