Skip to content

Commit 177b3de

Browse files
committed
ci
Signed-off-by: xadupre <[email protected]>
1 parent 5475574 commit 177b3de

File tree

7 files changed

+29
-29
lines changed

7 files changed

+29
-29
lines changed

.github/actions/keras_application_test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
pip install onnx==${{ inputs.onnx_version }}
2727
pip uninstall -y protobuf
2828
pip install "protobuf~=3.20"
29-
pip install h5py==3.7.0
29+
pip install h5py
3030
pip install parameterized
3131
pip install timeout-decorator
3232
pip install coloredlogs flatbuffers

.github/actions/keras_unit_test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
python -m pip install --upgrade pip
2525
pip install onnxconverter-common
2626
pip install onnx==${{ inputs.onnx_version }}
27-
pip install h5py==3.7.0
27+
pip install h5py
2828
pip install parameterized
2929
pip install timeout-decorator
3030
pip install coloredlogs flatbuffers

.github/workflows/keras_application_test_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
with:
3030
tf_version: '2.9.0'
3131
python_version: '3.8'
32-
ort_version: '1.16.3'
33-
onnx_version: '1.16.1'
32+
ort_version: '1.20.1'
33+
onnx_version: '1.17.0'
3434

3535
- name: Upload Test Results
3636
if: always()
@@ -53,8 +53,8 @@ jobs:
5353
with:
5454
tf_version: '2.18.0'
5555
python_version: '3.10'
56-
ort_version: '1.16.3'
57-
onnx_version: '1.16.1'
56+
ort_version: '1.20.1'
57+
onnx_version: '1.17.0'
5858

5959
- name: Upload Test Results
6060
if: always()
@@ -95,8 +95,8 @@ jobs:
9595
- 'py38-tf2.13'
9696
- 'py39-tf2.15'
9797
os: ['ubuntu-latest', 'windows-2022']
98-
ort_version: ['1.16.3']
99-
onnx_version: ['1.16.1']
98+
ort_version: ['1.20.1']
99+
onnx_version: ['1.17.0']
100100
include:
101101
- name: 'py38-tf2.13'
102102
tf_version: '2.13.0'

.github/workflows/keras_unit_test_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
with:
2929
tf_version: '2.9.0'
3030
python_version: '3.8'
31-
ort_version: '1.16.3'
32-
onnx_version: '1.16.1'
31+
ort_version: '1.20.1'
32+
onnx_version: '1.17.0'
3333

3434
- name: Upload Test Results
3535
if: always()
@@ -52,8 +52,8 @@ jobs:
5252
with:
5353
tf_version: '2.18.0'
5454
python_version: '3.10'
55-
ort_version: '1.16.3'
56-
onnx_version: '1.16.1'
55+
ort_version: '1.20.1'
56+
onnx_version: '1.17.0'
5757

5858
- name: Upload Test Results
5959
if: always()
@@ -142,8 +142,8 @@ jobs:
142142
- 'py39-tf2.10'
143143
- 'py39-tf2.15'
144144
os: ['ubuntu-latest', 'windows-2022']
145-
ort_version: ['1.16.3']
146-
onnx_version: ['1.16.1']
145+
ort_version: ['1.20.1']
146+
onnx_version: ['1.17.0']
147147
include:
148148
- name: 'py39-tf2.10'
149149
tf_version: '2.10.0'

.github/workflows/pretrained_model_test_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
os: 'ubuntu-latest'
3131
tf_version: '2.9.0'
3232
python_version: '3.8'
33-
ort_version: '1.16.3'
34-
onnx_version: '1.16.1'
33+
ort_version: '1.20.1'
34+
onnx_version: '1.17.0'
3535
opset_version: '18'
3636
skip_tflite: 'False'
3737

@@ -57,8 +57,8 @@ jobs:
5757
os: 'ubuntu-latest'
5858
tf_version: '2.18.0'
5959
python_version: '3.10'
60-
ort_version: '1.16.3'
61-
onnx_version: '1.16.1'
60+
ort_version: '1.20.1'
61+
onnx_version: '1.17.0'
6262
opset_version: '18'
6363
skip_tflite: 'False'
6464

@@ -131,8 +131,8 @@ jobs:
131131
- 'py39-tf2.15'
132132
os: ['ubuntu-latest', 'windows-2022']
133133
opset_version: ['18', '15']
134-
ort_version: ['1.16.3']
135-
onnx_version: ['1.16.1']
134+
ort_version: ['1.20.1']
135+
onnx_version: ['1.17.0']
136136
skip_tflite: ['False']
137137
include:
138138
- name: 'py38-tf2.13'

.github/workflows/unit_test_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
os: 'ubuntu-latest'
3131
tf_version: '2.9.0'
3232
python_version: '3.8'
33-
ort_version: '1.16.3'
34-
onnx_version: '1.16.1'
33+
ort_version: '1.20.1'
34+
onnx_version: '1.17.0'
3535
opset_version: '18'
3636
skip_tflite: 'False'
3737

@@ -57,8 +57,8 @@ jobs:
5757
os: 'ubuntu-latest'
5858
tf_version: '2.18.0'
5959
python_version: '3.10'
60-
ort_version: '1.16.3'
61-
onnx_version: '1.16.1'
60+
ort_version: '1.20.1'
61+
onnx_version: '1.17.0'
6262
opset_version: '18'
6363
skip_tflite: 'False'
6464

@@ -135,8 +135,8 @@ jobs:
135135
- 'py312-tf2.18'
136136
os: ['ubuntu-latest', 'windows-2022']
137137
opset_version: ['18', '15']
138-
ort_version: ['1.16.3']
139-
onnx_version: ['1.16.1']
138+
ort_version: ['1.20.1']
139+
onnx_version: ['1.17.0']
140140
skip_tflite: ['False']
141141
include:
142142
- name: 'py312-tf2.18'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The common issues we run into we try to document here [Troubleshooting Guide](Tr
1717

1818
| Build Type | OS | Python | TensorFlow | ONNX opset | Status |
1919
| --- | --- | --- | --- | --- | --- |
20-
| Unit Test - Basic | Linux, Windows | 3.7-3.10 | 1.15, 2.9-2.15 | 14-18 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test?branchName=main)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=main) |
21-
| Unit Test - Full | Linux, Windows | 3.7-3.10 | 1.15, 2.9-2.15 | 14-18 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test-matrix?branchName=main)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=main) | |
20+
| Unit Test - Basic | Linux, Windows | 3.7-3.12 | 1.15, 2.9-2.15 | 14-18 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test?branchName=main)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=main) |
21+
| Unit Test - Full | Linux, Windows | 3.7-3.12 | 1.15, 2.9-2.15 | 14-18 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test-matrix?branchName=main)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=main) | |
2222
<br/>
2323

2424
## Supported Versions
@@ -42,7 +42,7 @@ You can install tf2onnx on top of tf-1.x or tf-2.x.
4242

4343
### Python
4444

45-
We support Python ```3.7-3.10```.
45+
We support Python ```3.7-3.12```.
4646

4747
## Prerequisites
4848

0 commit comments

Comments
 (0)