Skip to content

Commit

Permalink
Merge pull request #238 from kuenishi/update-chainer
Browse files Browse the repository at this point in the history
Update supported Chainer versions
  • Loading branch information
keisukefukuda authored Apr 18, 2018
2 parents 1fefe70 + 1591f73 commit 708e0c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ python:

env:
- MPI="mpich-3.0.4" CHAINER_VER="3.5.0"
- MPI="mpich-3.0.4" CHAINER_VER="4.0.0rc1"
- MPI="mpich-3.0.4" CHAINER_VER="4.0.0"
- MPI="mpich-3.2" CHAINER_VER="3.5.0"
- MPI="mpich-3.2" CHAINER_VER="4.0.0rc1"
- MPI="mpich-3.2" CHAINER_VER="4.0.0"
- MPI="openmpi-1.6.5" CHAINER_VER="3.5.0"
- MPI="openmpi-1.6.5" CHAINER_VER="4.0.0rc1"
- MPI="openmpi-1.6.5" CHAINER_VER="4.0.0"
- MPI="openmpi-1.10.3" CHAINER_VER="3.5.0"
- MPI="openmpi-1.10.3" CHAINER_VER="4.0.0rc1"
- MPI="openmpi-1.10.3" CHAINER_VER="4.0.0"

cache:
- pip
Expand Down
4 changes: 2 additions & 2 deletions docs/source/installation/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ We tested ChainerMN on all the following environments.
* Ubuntu 14.04 LTS 64bit

* Python 2.7.13 3.5.1 3.6.1
* Chainer 3.5.0
* CuPy 2.5.0
* Chainer 3.5.0 4.0.0
* CuPy 2.5.0 4.0.0
* MPI

* openmpi 1.6.5 1.10.3 2.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

install_requires = [
'cffi',
'chainer >=3.3.0, !=4.0.0b2, != 4.0.0b1, != 4.0.0a1',
'chainer >=3.5.0, !=4.0.0b2, != 4.0.0b1, != 4.0.0a1',
'mpi4py',
]

Expand Down

0 comments on commit 708e0c5

Please sign in to comment.