Skip to content

Commit

Permalink
Merge pull request #4502 from kmaehashi/release-v3.5.0
Browse files Browse the repository at this point in the history
update version to v3.5.0
  • Loading branch information
niboshi committed Mar 20, 2018
2 parents d7ad08f + 5f7f2ba commit f659c20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chainer/_version.py
@@ -1 +1 @@
__version__ = '3.4.0'
__version__ = '3.5.0'
2 changes: 1 addition & 1 deletion docker/python2/Dockerfile
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==2.4.0 chainer==3.4.0
RUN pip install cupy==2.5.0 chainer==3.5.0
2 changes: 1 addition & 1 deletion docker/python3/Dockerfile
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==2.4.0 chainer==3.4.0
RUN pip3 install cupy==2.5.0 chainer==3.5.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
'six>=1.9.0',
],
'cuda': [
'cupy<2.5',
'cupy<2.6',
],
'stylecheck': [
'hacking',
Expand Down

0 comments on commit f659c20

Please sign in to comment.