pitrou commented on code in PR #43602:
URL: https://github.com/apache/arrow/pull/43602#discussion_r1707340035


##########
python/setup.py:
##########
@@ -18,6 +18,7 @@
 # under the License.
 
 import contextlib
+import numpy

Review Comment:
   It would be nice if NumPy was not necessary simply to run this file. Perhaps 
replace this with a lazy import in `build_extensions()` below?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to