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

Commit 08aeb72

Browse files
authored
Merge pull request #340 from aseemw/dev/bump_version_0.2.0
Bump version to 0.2.0
2 parents 0d5c37e + bafe0c1 commit 08aeb72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ cd onnx-coreml
3636

3737
* click
3838
* numpy
39-
* coremltools (0.8+)
40-
* onnx (0.2.1+)
39+
* coremltools (2.0+)
40+
* onnx (1.3.0+)
4141

4242
## How to use
4343

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)