File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
api/usecases/exportable_code/demo Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1111# documentation root, use os.path.abspath to make it absolute, like shown here.
1212#
1313
14+ import os
15+ import sys
16+
17+ sys .path .insert (0 , os .path .abspath ("../../src" ))
18+
19+ from otx import __version__
20+
1421# ruff: noqa
1522
1623# -- Project information ----------------------------------------------------- #
1724
1825project = 'OpenVINO™ Training Extensions'
1926copyright = '2023, OpenVINO™ Training Extensions Contributors'
2027author = 'OpenVINO™ Training Extensions Contributors'
21- release = '1.4.2'
28+ release = __version__
2229
2330# -- General configuration --------------------------------------------------- #
2431
Original file line number Diff line number Diff line change 33# Copyright (C) 2021-2023 Intel Corporation
44# SPDX-License-Identifier: Apache-2.0
55
6- __version__ = "1.4.2rc4 "
6+ __version__ = "1.4.2rc5 "
77# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
Original file line number Diff line number Diff line change 11openvino == 2023.0
22openvino-model-api == 0.1.3
3- otx == 1.4.2rc4
3+ otx == 1.4.2rc5
44numpy >= 1.21.0 ,<= 1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime
You can’t perform that action at this time.
0 commit comments