Skip to content

Commit

Permalink
Update dependency constraint (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Nov 10, 2023
1 parent d06e079 commit 6462a4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Base Algo Requirements. #
natsort==8.4.*
natsort==8.1.*
prettytable==3.9.*
protobuf==3.20.*
pyyaml
Expand Down

0 comments on commit 6462a4b

Please sign in to comment.