Skip to content

Commit

Permalink
Merge pull request #8559 from emcastillo/bump
Browse files Browse the repository at this point in the history
Bump version to v7.4.0
  • Loading branch information
asi1024 committed Apr 23, 2020
2 parents a0fc29c + 882023d commit df53bff
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.2.0'
__version__ = '7.4.0'


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

0 comments on commit df53bff

Please sign in to comment.