Skip to content

Commit

Permalink
Release 1.3.1.1
Browse files Browse the repository at this point in the history
- Revert pymongo dependency w/o version spec
  (Hotfix due to Geti conflict)

Signed-off-by: Songki Choi <songki.choi@intel.com>
  • Loading branch information
goodsong81 committed Jun 5, 2023
1 parent 7dbaeb5 commit 538ee46
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.1"
__version__ = "1.3.1.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.1
otx==1.3.1.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
bson==0.5.*
pymongo
scikit-learn==0.24.*
Shapely>=1.7.1,<=1.8.0
imagesize==1.4.1
Expand Down

0 comments on commit 538ee46

Please sign in to comment.