Skip to content

Commit 91cb4a8

Browse files
author
acordeir
committed
pandas dependencies for parquet
1 parent bf8d092 commit 91cb4a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ include = [
3131
test = [
3232
"pytest>=7.2.0",
3333
"numpy>=1.21",
34-
"pyarrow>=8.0.0"
34+
"pyarrow>=8.0.0",
35+
"pandas"
3536
]
3637

3738
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)