Skip to content

Commit

Permalink
Merge pull request #8539 from asi1024/v6.7.0
Browse files Browse the repository at this point in the history
Bump version to v6.7.0
  • Loading branch information
niboshi committed Jan 16, 2020
2 parents 926e80e + c5d7b10 commit 37d0ebf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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__ = '6.6.0'
__version__ = '6.7.0'


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

0 comments on commit 37d0ebf

Please sign in to comment.