Skip to content

Commit

Permalink
reverted protobuf and grpcio version for py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pdthummar committed Jan 19, 2023
1 parent 2c4cdf9 commit 55153db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"python-dateutil~=2.8.2"
]

if sys.version_info[:3] < (3, 10, 0):
if sys.version_info[:3] < (3, 11, 0):
INSTALL_REQUIRES.append("protobuf~=3.19.3")
INSTALL_REQUIRES.append("grpcio-tools~=1.43.0")
INSTALL_REQUIRES.append("grpcio~=1.43.0")
Expand Down

0 comments on commit 55153db

Please sign in to comment.