Skip to content

Commit 445a89e

Browse files
committed
Change the version to 2.17.0.
Signed-off-by: Jay Zhang <[email protected]>
1 parent a4a6e30 commit 445a89e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/keras_application_test_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ jobs:
9292
fail-fast: false
9393
matrix:
9494
name:
95-
- 'py39-tf2.16'
95+
- 'py39-tf2.17'
9696
- 'py39-tf2.18'
9797
os: ['ubuntu-latest', 'windows-2022']
9898
ort_version: ['1.16.3']
9999
onnx_version: ['1.16.1']
100100
include:
101-
- name: 'py39-tf2.16'
102-
tf_version: '2.16.0'
101+
- name: 'py39-tf2.17'
102+
tf_version: '2.17.0'
103103
python_version: '3.9'
104104
- name: 'py39-tf2.18'
105105
tf_version: '2.18.0'

.github/workflows/keras_unit_test_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ jobs:
9191
fail-fast: false
9292
matrix:
9393
name:
94-
- 'py39-tf2.16'
94+
- 'py39-tf2.17'
9595
- 'py39-tf2.18'
9696
os: ['ubuntu-latest', 'windows-2022']
9797
ort_version: ['1.16.3']
9898
onnx_version: ['1.16.1']
9999
include:
100-
- name: 'py39-tf2.16'
101-
tf_version: '2.16.0'
100+
- name: 'py39-tf2.17'
101+
tf_version: '2.17.0'
102102
python_version: '3.9'
103103
- name: 'py39-tf2.18'
104104
tf_version: '2.18.0'

.github/workflows/pretrained_model_test_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
name:
77-
- 'py38-tf2.16'
77+
- 'py38-tf2.17'
7878
- 'py39-tf2.18'
7979
os: ['ubuntu-latest', 'windows-2022']
8080
opset_version: ['18', '15']
8181
ort_version: ['1.16.3']
8282
onnx_version: ['1.16.1']
8383
skip_tflite: ['False']
8484
include:
85-
- name: 'py38-tf2.16'
86-
tf_version: '2.16.0'
85+
- name: 'py38-tf2.17'
86+
tf_version: '2.17.0'
8787
python_version: '3.8'
8888
- name: 'py39-tf2.18'
8989
tf_version: '2.18.0'

.github/workflows/unit_test_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
name:
77-
- 'py38-tf2.16'
77+
- 'py38-tf2.17'
7878
- 'py39-tf2.18'
7979
os: ['ubuntu-latest', 'windows-2022']
8080
opset_version: ['18', '15']
8181
ort_version: ['1.16.3']
8282
onnx_version: ['1.16.1']
8383
skip_tflite: ['False']
8484
include:
85-
- name: 'py38-tf2.16'
86-
tf_version: '2.16.0'
85+
- name: 'py38-tf2.17'
86+
tf_version: '2.17.0'
8787
python_version: '3.8'
8888
- name: 'py39-tf2.18'
8989
tf_version: '2.18.0'

0 commit comments

Comments
 (0)