From ef516dee62bdd631e4363d931d222df291125278 Mon Sep 17 00:00:00 2001 From: patrick <61934744+phofl@users.noreply.github.com> Date: Sat, 30 Jan 2021 21:26:24 +0100 Subject: [PATCH] Backport PR #39487: CI: Pin pyarrow to 0.15.1 in 37 macos and linux --- ci/deps/azure-37.yaml | 2 +- ci/deps/azure-macos-37.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/deps/azure-37.yaml b/ci/deps/azure-37.yaml index 82cb6760b6d1e..4fe3de161960c 100644 --- a/ci/deps/azure-37.yaml +++ b/ci/deps/azure-37.yaml @@ -18,7 +18,7 @@ dependencies: - numpy - python-dateutil - nomkl - - pyarrow + - pyarrow=0.15.1 - pytz - s3fs>=0.4.0 - moto>=1.3.14 diff --git a/ci/deps/azure-macos-37.yaml b/ci/deps/azure-macos-37.yaml index 0b8aff83fe230..d667adddda859 100644 --- a/ci/deps/azure-macos-37.yaml +++ b/ci/deps/azure-macos-37.yaml @@ -21,7 +21,7 @@ dependencies: - numexpr - numpy=1.16.5 - openpyxl - - pyarrow>=0.15.0 + - pyarrow=0.15.1 - pytables - python-dateutil==2.7.3 - pytz