You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2022/10/27 09:17:00 UTC

[jira] [Commented] (ARROW-18170) [Python][Packaging] Simplify Numpy resolution on python/requirements-wheel-test.txt

    [ https://issues.apache.org/jira/browse/ARROW-18170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624973#comment-17624973 ] 

Joris Van den Bossche commented on ARROW-18170:
-----------------------------------------------

I think we could also simplify this file instead. It is not needed to test with oldest-supported-numpy, since the goal of that is that it should also work on more recent versions. I am not sure why we are complex test requirements file for numpy. I _would_ think we could just list "numpy" to get the latest numpy version that is available for the particular platform.

> [Python][Packaging] Simplify Numpy resolution on python/requirements-wheel-test.txt
> -----------------------------------------------------------------------------------
>
>                 Key: ARROW-18170
>                 URL: https://issues.apache.org/jira/browse/ARROW-18170
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Packaging, Python
>            Reporter: Raúl Cumplido
>            Priority: Major
>             Fix For: 11.0.0
>
>
> When building the new wheels for Python 3.11 I had to modify the version of numpy manually only on python/requirements-wheel-test.txt. See: [https://github.com/apache/arrow/pull/14499]
> We are using `oldest-supported-numpy` everywhere else so I think this could be refactored to simplify the requirements-wheel-test.txt file.
> I am opening this ticket as a follow up from this conversation: [https://github.com/apache/arrow/pull/14499/files#r1005619591] See other PRs comment like a proposed patch and test failures as an initial investigation.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)