Skip to content

Commit 50a3ecb

Browse files
committed
🐛 add parquet as dependency for pandas
1 parent d0799ab commit 50a3ecb

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
@@ -15,7 +15,7 @@ plotly = "5.15.0"
1515
watchdog = "3.0.0"
1616
bokeh = "2.4.3"
1717
pyvis = "^0.3.2"
18-
pandas = "^2.2.3"
18+
pandas = {extras = ["parquet"], version = "^2.2.3"}
1919
openpyxl = "^3.1.5"
2020
xlrd = "^2.0.1"
2121
nbformat = "^5.10.4"

0 commit comments

Comments
 (0)