We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06e079 commit ac33ba3Copy full SHA for ac33ba3
requirements/api.txt
@@ -3,9 +3,9 @@
3
attrs==23.1.*
4
networkx>=2.6,<=2.8.0
5
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.*
+omegaconf>=2.1.1
+opencv-python==4.5.*
+pymongo==4.5.*
9
scikit-learn==1.3.*
10
Shapely>=1.7.1,<=1.8.0
11
imagesize==1.4.1
requirements/base.txt
@@ -1,6 +1,6 @@
1
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2
# Base Algo Requirements. #
-natsort==8.4.*
+natsort==8.1.*
prettytable==3.9.*
protobuf==3.20.*
pyyaml
0 commit comments