Pin cython to 0.28.3 temporarily

To fix Windows artifact failures.
pull/15958/head
Mehrdad Afshari 6 years ago
parent 7f6d24b6c8
commit a058d19b45
  1. 2
      requirements.txt

@ -1,6 +1,6 @@
# GRPC Python setup requirements # GRPC Python setup requirements
coverage>=4.0 coverage>=4.0
cython>=0.27 cython==0.28.3
enum34>=1.0.4 enum34>=1.0.4
protobuf>=3.5.0.post1 protobuf>=3.5.0.post1
six>=1.10 six>=1.10

Loading…
Cancel
Save