Skip to content

Commit

Permalink
fix: pyyaml < 6.0 because release/6.0 remove yaml.load()
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiningZhang committed Oct 14, 2021
1 parent 9e68dfc commit f66ead3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ protobuf>=3.12.2
grpcio-tools>=1.28.1
grpcio>=1.28.1
func-timeout>=4.3.5
pyyaml>=1.3.0
pyyaml>=1.3.0, <6.0
flask>=1.1.2
click==7.1.2
itsdangerous==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion python/requirements_mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ google>=2.0.3
opencv-python==4.2.0.32
protobuf>=3.12.2
func-timeout>=4.3.5
pyyaml>=1.3.0
pyyaml>=1.3.0, <6.0
flask>=1.1.2
click==7.1.2
itsdangerous==1.1.0
Expand Down

0 comments on commit f66ead3

Please sign in to comment.