Skip to content

Commit 17ce3cc

Browse files
committed
🚧 try to set minimal pandas version to current colab version
1 parent fee45a5 commit 17ce3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ streamlit-aggrid = "*"
1818
quarto-cli = "*"
1919
plotly = "^5.15.0"
2020
pyvis = "^0.3.2"
21-
pandas = { extras = ["parquet"], version = "^2.2.3" }
21+
pandas = { extras = ["parquet"], version = "^2.2.2" }
2222
openpyxl = "^3.1.5"
2323
xlrd = "^2.0.1"
2424
nbformat = "^5.10.4"

0 commit comments

Comments
 (0)