Skip to content

Commit

Permalink
build: set upper limit to protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
liyier90 committed May 26, 2022
1 parent 203c00e commit 24dbbc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lint_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ click == 7.1.2
colorama == 0.4.4
numpy == 1.17.3
opencv-contrib-python >= 4.5.2.54
protobuf <= 3.20.1
pyyaml >= 5.3
requests == 2.24.0
tensorflow == 2.2.0
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ click == 7.1.2
colorama == 0.4.4
numpy >= 1.17.3
opencv-contrib-python >= 4.5.2.54
protobuf <= 3.20.1
pyyaml >= 5.3
requests == 2.24.0
tensorflow >= 2.2, < 2.8
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ install_requires =
click == 7.1.2
requests == 2.24
opencv-contrib-python >= 4.5.2.54
protobuf <= 3.20.1
tensorflow >= 2.2, <2.8
numpy >= 1.17.3
tqdm == 4.45.0
Expand Down

0 comments on commit 24dbbc9

Please sign in to comment.