Skip to content

Commit 7dbaeb5

Browse files
author
Songki Choi
committed
Release 1.3.1
Signed-off-by: Songki Choi <[email protected]>
1 parent 7a6317c commit 7dbaeb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

otx/__init__.py

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

6-
__version__ = "1.3.1rc2"
6+
__version__ = "1.3.1"
77
# NOTE: Sync w/ otx/api/usecases/exportable_code/demo/requirements.txt on release
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.3.1rc2
3+
otx==1.3.1
44
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime

requirements/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ networkx>=2.6,<=2.8.0
55
numpy>=1.21.0,<=1.23.4 # np.bool was removed in 1.24.0 which was used in openvino runtime
66
omegaconf>=2.1.1
77
opencv-python>=4.5
8-
pymongo==3.12.0
8+
bson==0.5.*
99
scikit-learn==0.24.*
1010
Shapely>=1.7.1,<=1.8.0
1111
imagesize==1.4.1

0 commit comments

Comments
 (0)