Skip to content

Commit

Permalink
use latest grpcio, fixes install issue in apple silicon (#241)
Browse files Browse the repository at this point in the history
Signed-off-by: sriv <srikanth.ddit@gmail.com>
  • Loading branch information
sriv authored Aug 3, 2021
1 parent d9c789b commit 9014fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "python",
"version": "0.3.16",
"version": "0.3.17",
"description": "Python support for gauge",
"run": {
"windows": [
Expand Down
2 changes: 1 addition & 1 deletion setup.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
install_requires=['redBaron', 'debugpy', 'grpcio==1.34.0', 'protobuf>=3.5.2'],
install_requires=['redBaron', 'debugpy', 'grpcio>=1.39.0', 'protobuf>=3.5.2'],
extras_require={1},
)

0 comments on commit 9014fb8

Please sign in to comment.