Add polars, marimo, gt and lets-plot
This commit is contained in:
parent
14a50f3a57
commit
ae1895e47f
3 changed files with 298 additions and 1 deletions
|
|
@ -5,5 +5,15 @@ description = "Add your description here"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"great-tables>=0.18.0",
|
||||
"lets-plot>=4.7.3",
|
||||
"marimo[recommended]>=0.16.2",
|
||||
"polars>=1.33.1",
|
||||
]
|
||||
|
||||
[tool.pyright]
|
||||
typeCheckingMode = "basic"
|
||||
|
||||
[tool.marimo.runtime]
|
||||
dotenv = [".env"]
|
||||
watcher_on_save = "autorun"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue