Skip to content

Commit

Permalink
Fix install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmul committed Nov 21, 2017
1 parent 04be868 commit 668b0a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
author_email='[email protected]',
url='https://github.com/mitmul/onnx-chainer',
keywords='ONNX Chainer model converter deep learning',
install_requires=['chainer>=2.0.0', 'onnx>=0.2.1'],
install_requires=[
'chainer>=3.1.0',
'onnx==0.2.1'
],
tests_require=['chainer>=2.0.0', 'onnx>=0.2.1', 'numpy'],
license='MIT',
)

0 comments on commit 668b0a7

Please sign in to comment.