Skip to content

Commit c0ec675

Browse files
author
Songki Choi
committed
Release 1.1.2
1 parent 7a6cb2d commit c0ec675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2021-2023 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "1.1.2rc1"
6+
__version__ = "1.1.2"
77
# NOTE: Sync w/ otx/api/usecases/exportable_code/demo/requirements.txt on release
88

99
MMCLS_AVAILABLE = True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
openvino==2022.3.0
22
openmodelzoo-modelapi==2022.3.0
3-
otx==1.1.2rc1
3+
otx==1.1.2
44
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime

0 commit comments

Comments
 (0)