Skip to content

Commit

Permalink
Merge pull request #3895 from hvy/v3.1.0
Browse files Browse the repository at this point in the history
Update to v3.1.0
  • Loading branch information
gwtnb committed Nov 17, 2017
2 parents d111204 + 03600a3 commit 0f4b5f2
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
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.0.0 chainer==3.0.0
RUN pip install cupy==2.1.0 chainer==3.1.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.0.0 chainer==3.0.0
RUN pip3 install cupy==2.1.0 chainer==3.1.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
'protobuf>=3.0.0',
'six>=1.9.0',
]
cupy_require = 'cupy<2.1'
cupy_require = 'cupy<2.2'

cupy_pkg = None
try:
Expand Down

0 comments on commit 0f4b5f2

Please sign in to comment.