Skip to content

Commit fa14a5f

Browse files
authored
Add numpy and pyarrow dependencies to pyproject.toml (#1135)
1 parent 0c18692 commit fa14a5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ dependencies = [
2424
"deprecated",
2525
"hats>=0.7,<0.8",
2626
"nested-pandas>=0.6.0,<0.7.0",
27+
"numpy",
28+
"pyarrow",
2729
"scipy>=1.7.2", # kdtree
2830
"tabulate>=0.7.0",
2931
"universal-pathlib",

0 commit comments

Comments
 (0)