From ac33ba33c0c370c920538bea8bbd0a4f8b145697 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Thu, 9 Nov 2023 22:00:08 +0900 Subject: [PATCH] update dependency constraint --- requirements/api.txt | 6 +++--- requirements/base.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/api.txt b/requirements/api.txt index 16bfbffcffc..298edc1939f 100644 --- a/requirements/api.txt +++ b/requirements/api.txt @@ -3,9 +3,9 @@ attrs==23.1.* 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.8.1.* -pymongo==4.6.* +omegaconf>=2.1.1 +opencv-python==4.5.* +pymongo==4.5.* scikit-learn==1.3.* Shapely>=1.7.1,<=1.8.0 imagesize==1.4.1 diff --git a/requirements/base.txt b/requirements/base.txt index aad13eace7b..b9724c57a9b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Base Algo Requirements. # -natsort==8.4.* +natsort==8.1.* prettytable==3.9.* protobuf==3.20.* pyyaml