Skip to content

Commit

Permalink
fix: loosen protobuf requirement + update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
crqs committed Aug 28, 2023
1 parent 342a613 commit 03eee91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.2
3.4.3
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --no-emit-index-url setup.py
#
grpcio==1.51.1
grpcio==1.57.0
# via pythie-serving (setup.py)
numpy==1.23.5
# via pythie-serving (setup.py)
protobuf==4.22.0
protobuf==4.24.2
# via pythie-serving (setup.py)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
install_requires=[
"numpy~=1.23.0",
"grpcio~=1.51",
"protobuf~=4.22.0",
"protobuf~=4.22",
],
# pip-compile setup.py --no-emit-index-url --upgrade --rebuild
# pip-compile setup.py --no-emit-index-url --upgrade --extra serving -o pythie-serving-requirements.txt
Expand Down

0 comments on commit 03eee91

Please sign in to comment.