Skip to content

Commit

Permalink
Update to v4.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
hvy committed Mar 20, 2018
1 parent 0b0e78d commit 1bb8301
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.0.0b4'
__version__ = '4.0.0rc1'
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 ideep4py chainer==4.0.0b4
RUN pip install ideep4py chainer==4.0.0rc1
2 changes: 1 addition & 1 deletion docker/intel/python3/Dockerfile
Original file line number Diff line number Diff line change
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
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 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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 1bb8301

Please sign in to comment.