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

gooch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 71e98e2  [python] Updating pyarrow dependencies (#2888)
71e98e2 is described below

commit 71e98e2ab99f88c0a55746001a147077e1686b18
Author: Ted Gooch <[email protected]>
AuthorDate: Wed Jul 28 16:50:51 2021 -0700

    [python] Updating pyarrow dependencies (#2888)
    
    Co-authored-by: tgooch <[email protected]>
---
 python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/setup.py b/python/setup.py
index 062f2bc..cbf120b 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -36,7 +36,7 @@ setup(
                       'requests',
                       'retrying',
                       'pandas',
-                      'pyarrow>=3.0.0<4.0.0'
+                      'pyarrow>=3.0.0,<=4.0.1'
                       ],
     extras_require={
         "dev": [

Reply via email to