Skip to content

Commit

Permalink
Fix/protobuf version (#173)
Browse files Browse the repository at this point in the history
* fix: fix protobuf version for sentseg

* fix: ner protobuf
  • Loading branch information
dilyararimovna authored Jun 23, 2022
1 parent e4e3bc0 commit 110c566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion annotators/NER/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ gunicorn==19.9.0
requests==2.22.0
sentry-sdk==0.12.3
jinja2<=3.0.3
Werkzeug<=2.0.3
Werkzeug<=2.0.3
protobuf<4
1 change: 1 addition & 0 deletions annotators/SentSeg/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ requests==2.22.0
sentry-sdk==0.12.3
jinja2<=3.0.3
Werkzeug<=2.0.3
protobuf<4

0 comments on commit 110c566

Please sign in to comment.