Skip to content

Commit

Permalink
Requiring 'grpcio >= 1.8.2'. (#4642)
Browse files Browse the repository at this point in the history
This is due to a nasty spinlock bug [1] that has been partially
fixed [2] in `1.8.2`.

[1]: grpc/grpc#9688
[2]: grpc/grpc#13665
  • Loading branch information
dhermes authored Dec 20, 2017
1 parent 59b3ea8 commit ad7f591
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 @@ -63,7 +63,7 @@

EXTRAS_REQUIREMENTS = {
':python_version<"3.2"': ['futures >= 3.2.0'],
'grpc': ['grpcio >= 1.7.0'],
'grpc': ['grpcio >= 1.8.2'],
}

setup(
Expand Down

0 comments on commit ad7f591

Please sign in to comment.