Skip to content

Commit

Permalink
Merge pull request #8538 from emcastillo/version_71
Browse files Browse the repository at this point in the history
Bump version to v7.1.0
  • Loading branch information
kmaehashi committed Jan 16, 2020
2 parents c798507 + 4fbca9f commit 6cdf0c4
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '7.0.0'
__version__ = '7.1.0'


_optional_dependencies = [
Expand All @@ -13,7 +13,7 @@
'cupy-cuda80',
'cupy',
],
'specifier': '>=7.0.0,<8.0.0',
'specifier': '>=7.1.0,<8.0.0',
'help': 'https://docs-cupy.chainer.org/en/latest/install.html',
},
{
Expand Down
2 changes: 1 addition & 1 deletion docker/intel/python3/Dockerfile
Original file line number Diff line number Diff line change
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.0
RUN CHAINER_BUILD_CHAINERX=1 pip3 install --no-cache-dir 'ideep4py<2.1' chainer==7.1.0
2 changes: 1 addition & 1 deletion docker/python3/Dockerfile
Original file line number Diff line number Diff line change
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.0 chainer==7.0.0
RUN CHAINER_BUILD_CHAINERX=1 CHAINERX_BUILD_CUDA=1 pip3 install --no-cache-dir cupy-cuda92==7.1.0 chainer==7.1.0

0 comments on commit 6cdf0c4

Please sign in to comment.