Skip to content

Commit

Permalink
Bump onnx version to 1.16.0 (#3209)
Browse files Browse the repository at this point in the history
* bump onnx version to 1.16.0

* update changelog
  • Loading branch information
yunchu authored Apr 8, 2024
1 parent 53836f6 commit 54bb2d6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 88 deletions.
83 changes: 0 additions & 83 deletions .github/workflows/publish_internal.yml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## \[v1.5.3\]

### Others

- Bump ONNX version to 1.16.0 to omit security issue at 1.5.2 (<https://github.com/openvinotoolkit/training_extensions/pull/3209>)

## \[v1.5.2\]

> **NOTES**
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pytest==7.4.*
coverage==7.3.*
pytest-timeout==2.2.*
pytest-mock==3.12.*
onnx==1.13.0
onnx==1.16.0
onnxruntime==1.14.1
pytest-csv==3.0.*
tox==4.11.*
2 changes: 1 addition & 1 deletion requirements/openvino.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# OpenVINO Requirements. #
nncf==2.6.0
onnx==1.13.0
onnx==1.16.0
openvino-model-api==0.1.9
openvino==2023.0
openvino-dev==2023.0
Expand Down
4 changes: 2 additions & 2 deletions src/otx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""OpenVINO Training Extensions."""

# Copyright (C) 2021-2023 Intel Corporation
# Copyright (C) 2021-2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.5.2"
__version__ = "1.5.3"
# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
2 changes: 1 addition & 1 deletion src/otx/api/usecases/exportable_code/demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openvino==2023.0
openvino-model-api==0.1.9
otx==1.5.2
otx @ git+https://github.com/openvinotoolkit/training_extensions/@1.5.3rc0
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime

0 comments on commit 54bb2d6

Please sign in to comment.