You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/12/03 15:53:48 UTC

[incubator-mxnet] branch v1.x updated: Remove obsolete six dependency (#19620)

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

lausen pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new d348e5d  Remove obsolete six dependency (#19620)
d348e5d is described below

commit d348e5d447c0d409b2e8f08593a00ae860bae31f
Author: Ziyi Mu <zi...@columbia.edu>
AuthorDate: Thu Dec 3 07:51:34 2020 -0800

    Remove obsolete six dependency (#19620)
---
 ci/docker/install/requirements | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ci/docker/install/requirements b/ci/docker/install/requirements
index be716dc..a5ff7f5 100644
--- a/ci/docker/install/requirements
+++ b/ci/docker/install/requirements
@@ -31,5 +31,4 @@ pylint==2.3.1  # pylint and astroid need to be aligned
 astroid==2.3.3  # pylint and astroid need to be aligned
 requests<2.19.0,>=2.18.4
 scipy==1.2.1
-six==1.11.0
 setuptools<50