kszucs edited a comment on pull request #11604: URL: https://github.com/apache/arrow/pull/11604#issuecomment-960752201
> But the fact that the requirement is "numpy>=1.16.6" seems a bit fishy, since the pyproject.toml clearly indicates "==1.16.6". Could be due to different setuptools versions. I wonder what's the exact purpose of `build-system` definition since numpy `1.16.6` doesn't have wheels for `python > 3.7` which makes it pretty inconvenient to compile pyarrow from `sdist` for those python versions. Perhaps we should change the numpy constraints to use ">=" instead of "=". Going to try it. I'm not sure whether `build-system` affects the `setup.py bdsit_wheel` command though. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org