-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump onnx version to 1.16.0 * update changelog
- Loading branch information
Showing
6 changed files
with
11 additions
and
88 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |