pitrou commented on PR #14499:
URL: https://github.com/apache/arrow/pull/14499#issuecomment-1291993453

   @raulcd Perhaps try applying this patch?
   ```diff
   diff --git a/python/pyproject.toml b/python/pyproject.toml
   index edbc4ade6..a799dc761 100644
   --- a/python/pyproject.toml
   +++ b/python/pyproject.toml
   @@ -18,7 +18,7 @@
    [build-system]
    requires = [
        "cython >= 0.29.22",
   -    "oldest-supported-numpy>=0.14",
   +    "oldest-supported-numpy>=2022.8.16",
        "setuptools_scm",
        "setuptools >= 40.1.0",
        "wheel"
   diff --git a/python/requirements-build.txt b/python/requirements-build.txt
   index 46eb288c5..927c50d73 100644
   --- a/python/requirements-build.txt
   +++ b/python/requirements-build.txt
   @@ -1,4 +1,4 @@
    cython>=0.29
   -oldest-supported-numpy>=0.14
   +oldest-supported-numpy>=2022.8.16
    setuptools_scm
    setuptools>=38.6.0
   diff --git a/python/requirements-wheel-build.txt 
b/python/requirements-wheel-build.txt
   index 856164f09..a48b30d35 100644
   --- a/python/requirements-wheel-build.txt
   +++ b/python/requirements-wheel-build.txt
   @@ -1,5 +1,5 @@
    cython>=0.29.11
   -oldest-supported-numpy>=0.14
   +oldest-supported-numpy>=2022.8.16
    setuptools_scm
    setuptools>=58
    wheel
   diff --git a/python/requirements-wheel-test.txt 
b/python/requirements-wheel-test.txt
   index 1644b2f8b..665b2ce77 100644
   --- a/python/requirements-wheel-test.txt
   +++ b/python/requirements-wheel-test.txt
   @@ -2,26 +2,8 @@ cffi
    cython
    hypothesis
    pickle5; platform_system != "Windows" and python_version < "3.8"
   +oldest-supported-numpy>=2022.8.16
    pytest
    pytest-lazy-fixture
    pytz
    tzdata; sys_platform == 'win32'
   -
   -numpy==1.19.5; platform_system == "Linux"   and platform_machine == 
"aarch64" and python_version <  "3.7"
   -numpy==1.21.3; platform_system == "Linux"   and platform_machine == 
"aarch64" and python_version >= "3.7"
   -numpy==1.19.5; platform_system == "Linux"   and platform_machine != 
"aarch64" and python_version <  "3.9"
   -numpy==1.21.3; platform_system == "Linux"   and platform_machine != 
"aarch64" and python_version >= "3.9"
   -numpy==1.21.3; platform_system == "Darwin"  and platform_machine == "arm64"
   -numpy==1.19.5; platform_system == "Darwin"  and platform_machine != "arm64" 
  and python_version <  "3.9"
   -numpy==1.21.3; platform_system == "Darwin"  and platform_machine != "arm64" 
  and python_version >= "3.9"
   -numpy==1.19.5; platform_system == "Windows"                                 
  and python_version <  "3.9"
   -numpy==1.21.3; platform_system == "Windows"                                 
  and python_version >= "3.9"
   -
   -pandas<1.1.0;  platform_system == "Linux"   and platform_machine != 
"aarch64" and python_version <  "3.8"
   -pandas;        platform_system == "Linux"   and platform_machine != 
"aarch64" and python_version >= "3.8"
   -pandas;        platform_system == "Linux"   and platform_machine == 
"aarch64"
   -pandas<1.1.0;  platform_system == "Darwin"  and platform_machine != "arm64" 
  and python_version <  "3.8"
   -pandas;        platform_system == "Darwin"  and platform_machine != "arm64" 
  and python_version >= "3.8"
   -pandas;        platform_system == "Darwin"  and platform_machine == "arm64"
   -pandas<1.1.0;  platform_system == "Windows"                                 
  and python_version <  "3.8"
   -pandas;        platform_system == "Windows"                                 
  and python_version >= "3.8"
   ```


-- 
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]

Reply via email to