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 <[email protected]>
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 <[email protected]>
Signed-off-by: Krisztián Szűcs <[email protected]>
---
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