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 <[email protected]> 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',
