Skip to content

Commit

Permalink
Update protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
douzebis committed Dec 19, 2024
1 parent a343bf5 commit 37c9580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def has_ext_modules(self):
license='Apache License, Version 2.0',
python_requires='>=3.5,<4',
install_requires=[
'protobuf>=3.8.0,<4',
'protobuf>4',
],
extras_require={
'tensorflow': ['tensorflow>=1.15,<3'],
Expand Down

0 comments on commit 37c9580

Please sign in to comment.