jorisvandenbossche commented on code in PR #41904:
URL: https://github.com/apache/arrow/pull/41904#discussion_r1705261320
##########
python/pyarrow/tests/test_cython.py:
##########
@@ -80,6 +80,7 @@ def check_cython_example_module(mod):
mod.cast_scalar(scal, pa.list_(pa.int64()))
[email protected]
Review Comment:
My understanding is that this PR makes numpy optional at _runtime_, but
numpy is indeed still a build-time dependency. But indeed, that doesn't seem to
be a big priority as at build time numpy should be a relatively easy dependency
to install.
--
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]