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:14 UTC

[beam] branch aaltay-patch-1 created (now 11637ed)

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

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


      at 11637ed  Update the range for pyarrow

This branch includes the following new commits:

     new 11637ed  Update the range for pyarrow

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Update the range for pyarrow

Posted by al...@apache.org.
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',