Skip to content

Commit 10070cf

Browse files
author
Gustav Sinder
committed
Treat pandas as an optional dependency (databricks#489)
1 parent c399c1c commit 10070cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ python-dateutil = "^2.9.0"
2828

2929
[tool.poetry.extras]
3030
pyarrow = ["pyarrow"]
31+
pandas = ["pandas”]
3132
3233
[tool.poetry.dev-dependencies]
3334
pytest = "^7.1.2"

0 commit comments

Comments
 (0)