Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 2ccdc11

Browse files
committed
bump version to 0.2.0
1 parent 0d5c37e commit 2ccdc11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44

55

6-
VERSION = '0.1.1'
6+
VERSION = '0.2.0'
77

88
here = path.abspath(path.dirname(__file__))
99

@@ -47,10 +47,10 @@
4747
install_requires=[
4848
'click',
4949
'numpy',
50-
'onnx>=0.2.1',
50+
'onnx>=1.3.0',
5151
'typing>=3.6.4',
5252
'typing-extensions>=3.6.2.1',
53-
'coremltools>=0.8',
53+
'coremltools>=2.0',
5454
],
5555
setup_requires=['pytest-runner'],
5656
tests_require=[

0 commit comments

Comments
 (0)