You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/05/03 16:59:22 UTC

[beam] 01/01: Update setup.py for pyarrow

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

altay pushed a commit to branch aaltay-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 79d8ca22752798d25f4385760a5d42ff511ab866
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Fri May 3 09:59:01 2019 -0700

    Update setup.py for pyarrow
---
 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 acde359..dd7f85b 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -117,7 +117,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.12.0; python_version >= "3.0" or '
+    ('pyarrow>=0.11.1,<0.14.0; python_version >= "3.0" or '
      'platform_system != "Windows"'),
     'pydot>=1.2.0,<1.3',
     'pytz>=2018.3',