You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* python3.10 support
Signed-off-by: Deyu Huang <[email protected]>
* add tests except keras
Signed-off-by: Deyu Huang <[email protected]>
* add protubuf limit for tf 2.9.1 and ort to 1.12.0
Signed-off-by: Deyu Huang <[email protected]>
* onnxruntime-extensions/yaml is not support with python3.10
Signed-off-by: Deyu Huang <[email protected]>
* remove onnxruntime-extensions support in py310
Signed-off-by: Deyu Huang <[email protected]>
Co-authored-by: Jay Zhang <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ The common issues we run into we try to document here [Troubleshooting Guide](Tr
17
17
18
18
| Build Type | OS | Python | TensorFlow | ONNX opset | Status |
19
19
| --- | --- | --- | --- | --- | --- |
20
-
| Unit Test - Basic | Linux, MacOS<sup>\*</sup>, Windows<sup>\*</sup> | 3.7-3.9| 1.13-1.15, 2.1-2.8 | 9-16 |[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=main)|
21
-
| Unit Test - Full | Linux, MacOS, Windows | 3.7-3.9| 1.13-1.15, 2.1-2.8 | 9-16 |[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=main)||
20
+
| Unit Test - Basic | Linux, MacOS<sup>\*</sup>, Windows<sup>\*</sup> | 3.7-3.10| 1.13-1.15, 2.1-2.8 | 9-16 |[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=main)|
21
+
| Unit Test - Full | Linux, MacOS, Windows | 3.7-3.10| 1.13-1.15, 2.1-2.8 | 9-16 |[](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=main)||
22
22
<br/>
23
23
24
24
## Supported Versions
@@ -42,7 +42,7 @@ You can install tf2onnx on top of tf-1.x or tf-2.x.
42
42
43
43
### Python
44
44
45
-
We support Python ```3.7-3.9```.
45
+
We support Python ```3.7-3.10```.
46
46
Note that on windows for Python > 3.7 the protobuf package doesn't use the cpp implementation and is very slow - we recommend to use Python 3.7 for that reason.
0 commit comments