Skip to content

Commit

Permalink
Merge pull request #8577 from kmaehashi/bump-version
Browse files Browse the repository at this point in the history
Bump version to v7.7.0
  • Loading branch information
emcastillo committed Jul 30, 2020
2 parents 0fb1320 + 0c9126f commit eddf10e
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.4.0'
__version__ = '7.7.0'


_optional_dependencies = [
Expand All @@ -14,7 +14,7 @@
'cupy-cuda80',
'cupy',
],
'specifier': '>=7.4.0,<8.0.0',
'specifier': '>=7.7.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.4.0
RUN CHAINER_BUILD_CHAINERX=1 pip3 install --no-cache-dir 'ideep4py<2.1' chainer==7.7.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.4.0 chainer==7.4.0
RUN CHAINER_BUILD_CHAINERX=1 CHAINERX_BUILD_CUDA=1 pip3 install --no-cache-dir cupy-cuda92==7.7.0 chainer==7.7.0

0 comments on commit eddf10e

Please sign in to comment.