This is an automated email from the ASF dual-hosted git repository.
kou 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 3bf0a0f ARROW-11198: [Packaging][Python] Ensure setuptools version
during build supports markdown
3bf0a0f is described below
commit 3bf0a0fa0a5f3cd25e5f277d89bf38bc5fd6a5c0
Author: Uwe L. Korn <[email protected]>
AuthorDate: Mon Jan 11 06:16:25 2021 +0900
ARROW-11198: [Packaging][Python] Ensure setuptools version during build
supports markdown
Closes #9153 from xhochy/ARROW-11198
Authored-by: Uwe L. Korn <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
python/requirements-build.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/requirements-build.txt b/python/requirements-build.txt
index e969604..eb241a8 100644
--- a/python/requirements-build.txt
+++ b/python/requirements-build.txt
@@ -1,4 +1,4 @@
cython>=0.29
-numpy>=1.14; python_version >= "3.6"
-setuptools; python_version >= "3.6"
+numpy>=1.14
+setuptools>=38.6.0
setuptools_scm