We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4a6c7 commit 377c7daCopy full SHA for 377c7da
pyproject.toml
@@ -13,7 +13,7 @@ version = "0.1.0"
13
[tool.poetry.dependencies]
14
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
15
streamlit = "1.39.0"
16
-streamlit-aggrid = "1.1.0"
+streamlit-aggrid = "*"
17
quarto-cli = "*"
18
plotly = "5.15.0"
19
pyvis = "^0.3.2"
@@ -23,7 +23,7 @@ xlrd = "^2.0.1"
23
nbformat = "^5.10.4"
24
nbclient = "^0.10.0"
25
matplotlib = "^3.9.2"
26
-altair
+altair = "*"
27
itables = "^2.2.2"
28
kaleido = "0.2.0"
29
vl-convert-python = "^1.7.0"
0 commit comments