Skip to content

Commit cb3a31c

Browse files
authored
upgrade pyarrow
http://b/310037300
1 parent 1c37aa8 commit cb3a31c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ RUN apt-get install -y libfreetype6-dev && \
240240
scikit-image && \
241241
/tmp/clean-layer.sh
242242

243-
RUN pip install ibis-framework && \
244-
pip install opencv-contrib-python opencv-python && \
243+
RUN pip install opencv-contrib-python opencv-python && \
245244
/tmp/clean-layer.sh
246245

247246
RUN pip install scipy \
@@ -481,7 +480,8 @@ RUN pip install bleach \
481480
wcwidth \
482481
webencodings \
483482
widgetsnbextension \
484-
pyarrow \
483+
# Require pyarrow newer than https://github.com/advisories/GHSA-5wvp-7f3h-6wmm
484+
"pyarrow>14.0.1" \
485485
feather-format \
486486
fastai
487487

0 commit comments

Comments
 (0)