apache / apache/arrow

[Python][CI] Simplify requirements-wheel-test.txt

Open
#38,203 0 comments 0 reactions 0 assignees View on GitHub
Component: Continuous Integration Component: Python
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

The current requirements-wheel-test.txt file has complex version pins for numpy and pandas depending on the python version and platform.

I think we can simplify this to just pin numpy based on the python version (to ensure we are still testing with some older version of numpy, and not the latest, so that this would fail if we accidentally built the wheel with the latest numpy).
And the pins for pandas can be removed entirely (we don't have any build dependency on pandas, and we test older pandas versions in other builds)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.