Files
rerun-io--rerun/examples/python/dataframe_query/pyproject.toml
T
2026-07-13 13:05:14 +08:00

14 lines
266 B
TOML

[project]
name = "dataframe_query"
version = "0.1.0"
# requires-python = "<3.12"
readme = "README.md"
dependencies = ["rerun-sdk"]
[project.scripts]
dataframe_query = "dataframe_query:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"