raulcd commented on code in PR #41041: URL: https://github.com/apache/arrow/pull/41041#discussion_r1618830098
########## python/pyproject.toml: ########## @@ -32,6 +32,11 @@ requires = [ ] build-backend = "setuptools.build_meta" +[options] +install_requires = [ + "numpy >= 1.16.6" +] Review Comment: probably, I am trying to build locally the wheels to test exactly that. I am finding difficult to find the documentation on where this should be added to be honest so I am doing a little trial&error process with that -- 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]
