Skip to content

Commit

Permalink
Merge pull request #8317 from kmaehashi/bump-v7.0.0rc1
Browse files Browse the repository at this point in the history
Bump version to v7.0.0rc1
  • Loading branch information
hvy committed Oct 25, 2019
2 parents 41dcc71 + 44a0966 commit 0beed20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chainer/_version.py
@@ -1,4 +1,4 @@
__version__ = '7.0.0b4'
__version__ = '7.0.0rc1'


_optional_dependencies = [
Expand All @@ -13,7 +13,7 @@
'cupy-cuda80',
'cupy',
],
'specifier': '==7.0.0b4',
'specifier': '==7.0.0rc1',
'help': 'https://docs-cupy.chainer.org/en/latest/install.html',
},
{
Expand Down
2 changes: 1 addition & 1 deletion docker/intel/python3/Dockerfile
Expand Up @@ -15,4 +15,4 @@ RUN apt-get update -y && \
&& \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN CHAINER_BUILD_CHAINERX=1 pip3 install --no-cache-dir 'ideep4py<2.1' chainer==7.0.0b4
RUN CHAINER_BUILD_CHAINERX=1 pip3 install --no-cache-dir 'ideep4py<2.1' chainer==7.0.0rc1
2 changes: 1 addition & 1 deletion docker/python3/Dockerfile
Expand Up @@ -13,4 +13,4 @@ RUN apt-get update -y && \
&& \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN CHAINER_BUILD_CHAINERX=1 CHAINERX_BUILD_CUDA=1 pip3 install --no-cache-dir cupy-cuda92==7.0.0b4 chainer==7.0.0b4
RUN CHAINER_BUILD_CHAINERX=1 CHAINERX_BUILD_CUDA=1 pip3 install --no-cache-dir cupy-cuda92==7.0.0rc1 chainer==7.0.0rc1

0 comments on commit 0beed20

Please sign in to comment.