Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
Update to onnx 1.0.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesterhazy authored Jan 27, 2018
1 parent 013a6a2 commit 63ead6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# onnx tests
.cache/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

setup(
name='onnx-mxnet',
version='0.3.2',
version='0.4.1',
description='ONNX-MXNet Model converter',
url='https://github.com/onnx/onnx-mxnet',
keywords='ONNX MXNet model converter deep learning',
packages=pkgs,
install_requires=['mxnet>=0.11.0', 'onnx>=0.2'],
tests_require=['mxnet>=0.11.0', 'onnx>=0.2', 'numpy', 'pylint'],
install_requires=['mxnet>=0.11.0', 'onnx>=1.0.1'],
tests_require=['pytest', 'pylint'],
include_package_data=True,
license='Apache 2.0'
)

0 comments on commit 63ead6f

Please sign in to comment.