Add datalad to dependencies

This commit is contained in:
Marty Oehme 2025-10-09 10:31:46 +02:00
parent 7c7970dcd2
commit ef51cb385a
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 368 additions and 1 deletions

View file

@ -5,6 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datalad>=1.2.1",
"great-tables>=0.18.0",
"lets-plot>=4.7.3",
"marimo[recommended]>=0.16.2",
@ -12,6 +13,13 @@ dependencies = [
"polars>=1.33.1",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["code"]
[tool.pyright]
typeCheckingMode = "basic"
reportUnusedExpression = false