Skip to content

Commit

Permalink
bound click version, undo bound for mediapipe in requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
ongtw committed Jul 17, 2023
1 parent 2789c30 commit 5992e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click >= 7.1.2
click >= 7.1.2, < 8.0.0
colorama == 0.4.4
huggingface_hub >= 0.9.1
numpy >= 1.18.5
Expand Down
2 changes: 1 addition & 1 deletion requirements_cicd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ types-six == 1.16.21.4

# optional requirements
lap == 0.4.0
mediapipe >= 0.8.11, <= 0.10.1
mediapipe >= 0.8.11
numba >= 0.56.4
shapely >= 1.7.1
timm >= 0.6.7
Expand Down

0 comments on commit 5992e8c

Please sign in to comment.