Commits


Joris Van den Bossche authored and GitHub committed 2e83aa63d95
GH-43690: [Python][CI] Simplify python/requirements-wheel-test.txt file (#43691) ### Rationale for this change The current [requirements-wheel-test.txt](https://github.com/apache/arrow/blob/7c8909a144f2e8d593dc8ad363ac95b2865b04ca/python/requirements-wheel-test.txt) file has quite complex and detailed version pinning, varying per architecture. I think this can be simplified because we just want to test with some older version of numpy and pandas (and the exact version isn't that important). * GitHub Issue: #43690 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>