You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/08/13 09:36:31 UTC

[arrow] branch master updated: ARROW-9721: [Packaging][Python] Update wheel dependency files

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 90d1ab7  ARROW-9721: [Packaging][Python] Update wheel dependency files
90d1ab7 is described below

commit 90d1ab73a132faaaa0a205a8640d78bf1c60005f
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Thu Aug 13 11:35:50 2020 +0200

    ARROW-9721: [Packaging][Python] Update wheel dependency files
    
    Closes #7922 from kszucs/many
    
    Authored-by: Krisztián Szűcs <sz...@gmail.com>
    Signed-off-by: Krisztián Szűcs <sz...@gmail.com>
---
 python/requirements-wheel-build.txt | 4 +---
 python/requirements-wheel-test.txt  | 3 ++-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/python/requirements-wheel-build.txt b/python/requirements-wheel-build.txt
index cc580cb..67a98b0 100644
--- a/python/requirements-wheel-build.txt
+++ b/python/requirements-wheel-build.txt
@@ -1,7 +1,5 @@
-Keras-Preprocessing
 cython>=0.29.11
 numpy==1.14.5; python_version < "3.8"
 numpy==1.17.3; python_version >= "3.8"
-pandas
-setuptools_scm==3.2.0
+setuptools_scm
 wheel
diff --git a/python/requirements-wheel-test.txt b/python/requirements-wheel-test.txt
index b4f122e..07a4946 100644
--- a/python/requirements-wheel-test.txt
+++ b/python/requirements-wheel-test.txt
@@ -5,7 +5,8 @@ hypothesis; python_version > "3.5.2"
 numpy==1.14.5; python_version < "3.8"
 numpy==1.17.3; python_version >= "3.8"
 pandas==0.24; python_version <= "3.5.2"
-pandas; python_version > "3.5.2"
+pandas<1.1.0; python_version > "3.5.2" and python_version < "3.8"
+pandas; python_version >= "3.8"
 pickle5; python_version == "3.6" or python_version == "3.7"
 pytest
 pytest-lazy-fixture