Skip to content

Commit

Permalink
Merge pull request #3374 from gwtnb/update-v2.1.0
Browse files Browse the repository at this point in the history
Update to v2.1.0
  • Loading branch information
beam2d committed Sep 12, 2017
2 parents 341ed76 + 4d7dcaf commit cfde882
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/python2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN apt-get update -y && \
python-pip && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip install cupy==1.0.2 chainer==2.0.2
RUN pip install cupy==1.0.3 chainer==2.1.0
2 changes: 1 addition & 1 deletion docker/python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN apt-get update -y && \
python3-pip && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip3 install cupy==1.0.2 chainer==2.0.2
RUN pip3 install cupy==1.0.3 chainer==2.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name='chainer',
version='2.0.2',
version='2.1.0',
description='A flexible framework of neural networks',
author='Seiya Tokui',
author_email='tokui@preferred.jp',
Expand Down

0 comments on commit cfde882

Please sign in to comment.