Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/pyproject.toml
3544 views
1
[project]
2
name = "tests"
3
version = "0.1.0"
4
description = "Quarto Tests"
5
requires-python = ">=3.13"
6
dependencies = [
7
"bokeh-sampledata>=2024.2",
8
"bokeh>=3.6.0",
9
"ipyleaflet>=0.19.2",
10
"itables>=2.2.3",
11
"jupyter-cache>=1.0.0",
12
"jupyter>=1.1.1",
13
"matplotlib>=3.9.2",
14
"pandas>=2.2.3",
15
"papermill>=2.6.0",
16
"seaborn>=0.13.2",
17
"shiny>=1.2.0",
18
"great-tables>=0.17.0",
19
"polars>=1.29.0",
20
"pyarrow>=20.0.0",
21
"plotly>=6.1.1",
22
]
23
24