Skip to content

Commit

Permalink
Merge pull request #2195 from hvy/v6.0.0
Browse files Browse the repository at this point in the history
Update version to V6.0.0
  • Loading branch information
beam2d committed May 16, 2019
2 parents 199b3df + 14f92cd commit abccff3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/python2/Dockerfile
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update -y && \
python-setuptools && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip install --no-cache-dir cupy-cuda92==6.0.0rc1
RUN pip install --no-cache-dir cupy-cuda92==6.0.0
2 changes: 1 addition & 1 deletion docker/python3/Dockerfile
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update -y && \
python3-setuptools && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip3 install --no-cache-dir cupy-cuda92==6.0.0rc1
RUN pip3 install --no-cache-dir cupy-cuda92==6.0.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -343,7 +343,7 @@
'python': ('https://docs.python.org/3/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
'chainer': ('https://docs.chainer.org/en/latest/', None),
'chainer': ('https://docs.chainer.org/en/stable/', None),
}

doctest_global_setup = '''
Expand Down

0 comments on commit abccff3

Please sign in to comment.