Skip to content

Commit be4a6c7

Browse files
committed
📌 Fix: Try 1.1.0 aggrid version and altair without a specific version
1 parent 52fb11f commit be4a6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "0.1.0"
1313
[tool.poetry.dependencies]
1414
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
1515
streamlit = "1.39.0"
16-
streamlit-aggrid = "1.0.4"
16+
streamlit-aggrid = "1.1.0"
1717
quarto-cli = "*"
1818
plotly = "5.15.0"
1919
pyvis = "^0.3.2"
@@ -23,7 +23,7 @@ xlrd = "^2.0.1"
2323
nbformat = "^5.10.4"
2424
nbclient = "^0.10.0"
2525
matplotlib = "^3.9.2"
26-
altair = "^5.4.1"
26+
altair
2727
itables = "^2.2.2"
2828
kaleido = "0.2.0"
2929
vl-convert-python = "^1.7.0"

0 commit comments

Comments
 (0)