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 3d7e338 commit fee45a5Copy full SHA for fee45a5
pyproject.toml
@@ -13,7 +13,7 @@ version = "0.0.0"
13
14
[tool.poetry.dependencies]
15
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
16
-streamlit = "1.39.0"
+streamlit = "^1.39.0"
17
streamlit-aggrid = "*"
18
quarto-cli = "*"
19
plotly = "^5.15.0"
@@ -26,7 +26,7 @@ nbclient = "^0.10.0"
26
matplotlib = "^3.9.2"
27
altair = { extras = ["save"], version = "*" }
28
itables = "^2.2.2"
29
-kaleido = "0.2.0"
+kaleido = "^0.2.0"
30
vl-convert-python = "^1.7.0"
31
dataframe-image = "^0.2.6"
32
strenum = { version = "^0.4.15", python = "<3.11" }
0 commit comments