Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Songki Choi <[email protected]>
  • Loading branch information
goodsong81 committed Jun 2, 2023
1 parent 7a6317c commit 7dbaeb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion otx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Copyright (C) 2021-2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.3.1rc2"
__version__ = "1.3.1"
# NOTE: Sync w/ otx/api/usecases/exportable_code/demo/requirements.txt on release
2 changes: 1 addition & 1 deletion otx/api/usecases/exportable_code/demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openvino==2022.3.0
openmodelzoo-modelapi==2022.3.0
otx==1.3.1rc2
otx==1.3.1
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime
2 changes: 1 addition & 1 deletion requirements/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networkx>=2.6,<=2.8.0
numpy>=1.21.0,<=1.23.4 # np.bool was removed in 1.24.0 which was used in openvino runtime
omegaconf>=2.1.1
opencv-python>=4.5
pymongo==3.12.0
bson==0.5.*
scikit-learn==0.24.*
Shapely>=1.7.1,<=1.8.0
imagesize==1.4.1
Expand Down

0 comments on commit 7dbaeb5

Please sign in to comment.