Skip to content

Commit 745772e

Browse files
Fix No module named "pyarrow"
1 parent 083a2ea commit 745772e

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
@@ -29,6 +29,7 @@ codeflare-torchx = "0.6.0.dev1"
2929
cryptography = "40.0.2"
3030
executing = "1.2.0"
3131
pydantic = "< 2"
32+
pyarrow = ">= 6.0.1, < 7.0.0"
3233

3334
[tool.poetry.group.docs]
3435
optional = true

0 commit comments

Comments
 (0)