Skip to content

Commit 9718584

Browse files
committed
shot in the dark for numpy issue
1 parent e749c52 commit 9718584

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/pyarrow/meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ if not numpy_dep.found()
2323
py,
2424
[
2525
'-c',
26-
'''
27-
import os
26+
'''import os
2827
import numpy as np
2928
try:
3029
# Check if include directory is inside the pyarrow dir

0 commit comments

Comments
 (0)