Skip to content

Commit

Permalink
Add back version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Mar 4, 2024
1 parent c154de9 commit 974b6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/distrib/python/grpcio_tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def extension_modules():
python_requires=">=3.7",
install_requires=[
"protobuf>=4.21.6,<5.0dev",
# "grpcio>={version}".format(version=grpc_version.VERSION),
"grpcio>={version}".format(version=grpc_version.VERSION),
"setuptools",
],
package_data=package_data(),
Expand Down

0 comments on commit 974b6b1

Please sign in to comment.