In `requirements.txt`: ``` grpcio>=1.3,<=2.0 grpcio-tools>=1.3,<2.0 ``` In `setup.py`: ``` install_requires=[" install_requires=["grpcio==1.10.0", "grpcio-tools==1.10.0", "docker", "protobuf>=3.4.0"],==1.10.0", "grpcio-tools==1.10.0", "docker", "protobuf>=3.4.0"], ``` Now that version 1.11.0 of `grcpio` is out, this causes conflicts during coverage check for ml, among other things. Could you either check that 1.11 is supported and change setup, or modify requirements to insure we use version 1.10 ?
In
requirements.txt:In
setup.py:Now that version 1.11.0 of
grcpiois out, this causes conflicts during coverage check for ml, among other things.Could you either check that 1.11 is supported and change setup, or modify requirements to insure we use version 1.10 ?