Skip to content

Commit

Permalink
Merge pull request #4501 from hvy/release-v4.0.0rc1
Browse files Browse the repository at this point in the history
Update to v4.0.0rc1
  • Loading branch information
beam2d committed Mar 20, 2018
2 parents 0b0e78d + 1bb8301 commit 50255f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chainer/_version.py
@@ -1 +1 @@
__version__ = '4.0.0b4'
__version__ = '4.0.0rc1'
2 changes: 1 addition & 1 deletion docker/intel/python2/Dockerfile
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 ideep4py chainer==4.0.0b4
RUN pip install ideep4py chainer==4.0.0rc1
2 changes: 1 addition & 1 deletion docker/intel/python3/Dockerfile
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update -y && \
python3-setuptools && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip3 install ideep4py chainer==4.0.0b4
RUN pip3 install ideep4py chainer==4.0.0rc1
2 changes: 1 addition & 1 deletion docker/python2/Dockerfile
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 cupy-cuda80==4.0.0b4 chainer==4.0.0b4
RUN pip install cupy-cuda80==4.0.0rc1 chainer==4.0.0rc1
2 changes: 1 addition & 1 deletion docker/python3/Dockerfile
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update -y && \
python3-setuptools && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip3 install cupy-cuda80==4.0.0b4 chainer==4.0.0b4
RUN pip3 install cupy-cuda80==4.0.0rc1 chainer==4.0.0rc1
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@


def cupy_requirement(pkg):
return '{}==4.0.0b4'.format(pkg)
return '{}==4.0.0rc1'.format(pkg)


requirements = {
Expand Down

0 comments on commit 50255f2

Please sign in to comment.