paultiq commented on PR #48191: URL: https://github.com/apache/arrow/pull/48191#issuecomment-5347385335
Sure, that'd be straightforward, something like this in requirements-test.txt and requirements-wheel-test.txt, and removing the PYARROW_TEST_PANDAS check. ``` + --find-links https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/pandas/ # TODO: Remove after cp315 release + pandas; python_version < "3.15" + pandas>=3.1.0.dev0; python_version >= "3.15" # TODO: Remove after cp315 release ``` This PR or follow-on PR or rc2? -- 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]
