File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -352,8 +352,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
352352RUN rm -f /usr/bin/python && \
353353 ln -s /usr/bin/python3 /usr/bin/python
354354
355- RUN pip3 install --upgrade "numpy<2" pillow attrdict future " grpcio<1.68" requests gsutil \
356- "awscli<=1.36.40" six " grpcio-channelz<1.68" prettytable virtualenv \
355+ RUN pip3 install --upgrade "numpy<2" pillow attrdict future grpcio requests gsutil \
356+ "awscli<=1.36.40" six grpcio-channelz prettytable virtualenv \
357357 check-jsonschema
358358
359359# go needed for example go client test.
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ RUN apt-get update && \
8484 software-properties-common \
8585 vim \
8686 wget && \
87- pip3 install --upgrade " grpcio-tools<1.68" cmake==4.0.3 auditwheel
87+ pip3 install --upgrade grpcio-tools cmake==4.0.3 auditwheel
8888
8989ENV CMAKE_POLICY_MINIMUM_REQUIRED=3.5
9090
@@ -169,7 +169,7 @@ RUN apt-get update && \
169169 python3-wheel \
170170 vim \
171171 wget && \
172- pip3 install " grpcio<1.68" " grpcio-tools<1.68" && \
172+ pip3 install grpcio grpcio-tools && \
173173 apt-get clean && \
174174 rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*;
175175
You can’t perform that action at this time.
0 commit comments