Skip to content

Commit

Permalink
Update testsrequire.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Chenzw authored Jul 4, 2024
1 parent 792e66e commit f173c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsrequire.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
tests_require.append('lz4')

if USE_NUMPY:
tests_require.extend(['numpy', 'pandas'])
tests_require.extend(['numpy', 'pandas', 'pyarrow>=7.0.0'])

try:
from pip import main as pipmain
Expand Down

0 comments on commit f173c63

Please sign in to comment.