You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/09/02 17:48:51 UTC

[incubator-mxnet] branch v1.7.x updated: [DOC][v1.7.x] Fix pip cu102link (#19054)

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

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


The following commit(s) were added to refs/heads/v1.7.x by this push:
     new 0e86a91  [DOC][v1.7.x] Fix pip cu102link (#19054)
0e86a91 is described below

commit 0e86a918ccfabc0e729fb83fe7594f52d9974008
Author: Chaitanya Prakash Bapat <ch...@gmail.com>
AuthorDate: Wed Sep 2 10:47:25 2020 -0700

    [DOC][v1.7.x] Fix pip cu102link (#19054)
    
    * fix cu102 link on pypi
    
    * fix setuptool import issue https://github.com/pypa/setuptools/issues/2352
---
 ci/docker/install/requirements  | 2 +-
 tools/pip/doc/CPU_ADDITIONAL.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/docker/install/requirements b/ci/docker/install/requirements
index 9d04e4b..199fcd7 100644
--- a/ci/docker/install/requirements
+++ b/ci/docker/install/requirements
@@ -32,4 +32,4 @@ 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
+setuptools==49.6.0
diff --git a/tools/pip/doc/CPU_ADDITIONAL.md b/tools/pip/doc/CPU_ADDITIONAL.md
index ef95888..23c0ca3 100644
--- a/tools/pip/doc/CPU_ADDITIONAL.md
+++ b/tools/pip/doc/CPU_ADDITIONAL.md
@@ -18,7 +18,7 @@
 Prerequisites
 -------------
 This package supports Linux, Mac OSX, and Windows platforms. You may also want to check:
-- [mxnet-cu102](https://pypi.python.org/pypi/mxnet-cu101/) with CUDA-10.2 support.
+- [mxnet-cu102](https://pypi.python.org/pypi/mxnet-cu102/) with CUDA-10.2 support.
 - [mxnet-cu101](https://pypi.python.org/pypi/mxnet-cu101/) with CUDA-10.1 support.
 - [mxnet-cu100](https://pypi.python.org/pypi/mxnet-cu100/) with CUDA-10.0 support.
 - [mxnet-cu92](https://pypi.python.org/pypi/mxnet-cu92/) with CUDA-9.2 support.