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 @@ -83,7 +83,7 @@ RUN apt-get update && \
8383 software-properties-common \
8484 vim \
8585 wget && \
86- pip3 install --upgrade " grpcio-tools<1.68" cmake==4.0.3 auditwheel
86+ pip3 install --upgrade grpcio-tools cmake==4.0.3 auditwheel
8787
8888ENV CMAKE_POLICY_MINIMUM_REQUIRED=3.5
8989
@@ -182,7 +182,7 @@ RUN apt-get update && \
182182 python3-wheel \
183183 vim \
184184 wget && \
185- pip3 install " grpcio<1.68" " grpcio-tools<1.68" && \
185+ pip3 install grpcio grpcio-tools && \
186186 apt-get clean && \
187187 rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*;
188188
You can’t perform that action at this time.
0 commit comments