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

apitrou 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 5ee9e9b  ARROW-9326: [Python] Remove setuptools pinning
5ee9e9b is described below

commit 5ee9e9b22709070d999e3953efaa0799c6f546c1
Author: Antoine Pitrou <[email protected]>
AuthorDate: Thu Jul 9 14:37:54 2020 +0200

    ARROW-9326: [Python] Remove setuptools pinning
    
    It seems this was only needed as a temporary measure.
    
    Closes #7683 from pitrou/ARROW-9326-remove-setuptools-pin
    
    Authored-by: Antoine Pitrou <[email protected]>
    Signed-off-by: Antoine Pitrou <[email protected]>
---
 python/requirements-build.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/requirements-build.txt b/python/requirements-build.txt
index a117b06..d3e96de 100644
--- a/python/requirements-build.txt
+++ b/python/requirements-build.txt
@@ -1,5 +1,5 @@
 cython>=0.29
 numpy>=1.14,<1.19; python_version < "3.6"
 numpy>=1.14; python_version >= "3.6"
-setuptools==47.3.2; python_version >= "3.6"
+setuptools; python_version >= "3.6"
 setuptools_scm

Reply via email to