Skip to content

Commit

Permalink
Bump version and not allow Chainer 5.x (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Oct 23, 2018
1 parent 18a45fa commit 2bc2895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,7 +5,7 @@


install_requires = [
'chainer >=3.5.0, !=4.0.0b2, != 4.0.0b1, != 4.0.0a1',
'chainer >=3.5.0, <5.0',
'mpi4py',
]

Expand All @@ -15,7 +15,7 @@

setup(
name='chainermn',
version='1.3.0',
version='1.3.1',
description='ChainerMN: Multi-node distributed training with Chainer',
author='Takuya Akiba',
author_email='akiba@preferred.jp',
Expand Down

0 comments on commit 2bc2895

Please sign in to comment.