This is an automated email from the ASF dual-hosted git repository.
amaliujia pushed a commit to branch release-2.20.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.20.0 by this push:
new 759cb00 Merge pull request #11245 from apache/aaltay-patch-1 (#11251)
759cb00 is described below
commit 759cb001398edbaa32fd0ca869ec2f108d624487
Author: Ahmet Altay <[email protected]>
AuthorDate: Sat Mar 28 14:33:00 2020 -0700
Merge pull request #11245 from apache/aaltay-patch-1 (#11251)
Update the range 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 03e23ef..bd6450e 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',