-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed as not planned
Closed as not planned
Copy link
Labels
Description
Describe the usage question you have. Please include as many useful details as possible.
I am installing/building PyArrow in Cygwin to satisfy a future requirement for Pandas 3.0.
PyArrow version 15.0.0 installation documentation states any version of NumPy 1.16.6 or higher should satisfy the requirement.
Why is an older version of NumPy being collected and built as a dependency of PyArrow?
pip3 install pyarrow --dry-run --verbose
Using pip 23.3.2 from /usr/lib/python3.9/site-packages/pip (python 3.9)
Collecting pyarrow
Using cached pyarrow-15.0.0.tar.gz (1.1 MB)
Running command pip subprocess to install build dependencies
Collecting cython>=0.29.31
Using cached Cython-3.0.8-py2.py3-none-any.whl.metadata (3.2 kB)
Collecting oldest-supported-numpy>=0.14
Using cached oldest_supported_numpy-2023.12.21-py3-none-any.whl.metadata (9.8 kB)
Collecting setuptools_scm<8.0.0
Using cached setuptools_scm-7.1.0-py3-none-any.whl (43 kB)
Collecting setuptools>=40.1.0
Using cached setuptools-69.0.3-py3-none-any.whl.metadata (6.3 kB)
Collecting wheel
Using cached wheel-0.42.0-py3-none-any.whl.metadata (2.2 kB)
Collecting numpy==1.19.3 (from oldest-supported-numpy>=0.14)
Using cached numpy-1.19.3.zip (7.3 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): still running...
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting packaging>=20.0 (from setuptools_scm<8.0.0)
Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting typing-extensions (from setuptools_scm<8.0.0)
Using cached typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)
Collecting tomli>=1.0.0 (from setuptools_scm<8.0.0)
Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Using cached Cython-3.0.8-py2.py3-none-any.whl (1.2 MB)
Using cached oldest_supported_numpy-2023.12.21-py3-none-any.whl (4.9 kB)
Using cached setuptools-69.0.3-py3-none-any.whl (819 kB)
Using cached wheel-0.42.0-py3-none-any.whl (65 kB)
Using cached packaging-23.2-py3-none-any.whl (53 kB)
Using cached typing_extensions-4.9.0-py3-none-any.whl (32 kB)
Building wheels for collected packages: numpy
Building wheel for numpy (pyproject.toml): started
Component(s)
Python