Skip to content

Commit ac33ba3

Browse files
committed
update dependency constraint
1 parent d06e079 commit ac33ba3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/api.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
attrs==23.1.*
44
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
6-
omegaconf~=2.1.1
7-
opencv-python==4.8.1.*
8-
pymongo==4.6.*
6+
omegaconf>=2.1.1
7+
opencv-python==4.5.*
8+
pymongo==4.5.*
99
scikit-learn==1.3.*
1010
Shapely>=1.7.1,<=1.8.0
1111
imagesize==1.4.1

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
22
# Base Algo Requirements. #
3-
natsort==8.4.*
3+
natsort==8.1.*
44
prettytable==3.9.*
55
protobuf==3.20.*
66
pyyaml

0 commit comments

Comments
 (0)