From db88d3298e31dca6a10cd1d3d3ce42f7fd5dccca 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/api.txt b/requirements/api.txt index 16bfbffcffc..8ac0476d2ff 100644 --- a/requirements/api.txt +++ b/requirements/api.txt @@ -4,8 +4,8 @@ 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.* +opencv-python==4.5.* +pymongo==4.5.* scikit-learn==1.3.* Shapely>=1.7.1,<=1.8.0 imagesize==1.4.1