This is an automated email from the ASF dual-hosted git repository.

anton pushed a commit to branch release-2.14.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.14.0 by this push:
     new 8b5b8a2  Update pyarrow version requirement in setup.py
     new ae5d679  Merge pull request #9030 from paulgc/release-2.14.0
8b5b8a2 is described below

commit 8b5b8a2683a9201fa8780852eb148f5cef5099ca
Author: Paul Suganthan <pachristop...@google.com>
AuthorDate: Tue Jul 9 13:05:26 2019 -0700

    Update pyarrow version requirement in setup.py
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 24ada13..3106a21 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -118,7 +118,7 @@ REQUIRED_PACKAGES = [
     # grpcio 1.8.1 and above requires protobuf 3.5.0.post1.
     'protobuf>=3.5.0.post1,<4',
     # [BEAM-6287] pyarrow is not supported on Windows for Python 2
-    ('pyarrow>=0.11.1,<0.14.0; python_version >= "3.0" or '
+    ('pyarrow>=0.11.1,<0.15.0; python_version >= "3.0" or '
      'platform_system != "Windows"'),
     'pydot>=1.2.0,<1.3',
     'pytz>=2018.3',

Reply via email to