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 2020/03/27 01:33:15 UTC

[beam] 01/01: Update the range 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 11637edafe435fd75ff0903bfc2cd573b6c9e6fb
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Thu Mar 26 18:33:01 2020 -0700

    Update the range for pyarrow
    
    pyarrow was released on Feb 2020.
---
 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 e57a467..2ece426 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -160,7 +160,7 @@ REQUIRED_PACKAGES = [
     'oauth2client>=2.0.1,<4',
     'protobuf>=3.5.0.post1,<4',
     # [BEAM-6287] pyarrow is not supported on Windows for Python 2
-    ('pyarrow>=0.15.1,<0.16.0; python_version >= "3.0" or '
+    ('pyarrow>=0.15.1,<0.17.0; python_version >= "3.0" or '
      'platform_system != "Windows"'),
     'pydot>=1.2.0,<2',
     'python-dateutil>=2.8.0,<3',