Skip to content

Upgrade pyarrow #1317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ RUN apt-get install -y libfreetype6-dev && \
scikit-image && \
/tmp/clean-layer.sh

RUN pip install ibis-framework && \
pip install opencv-contrib-python opencv-python && \
RUN pip install opencv-contrib-python opencv-python && \
/tmp/clean-layer.sh

RUN pip install scipy \
Expand Down Expand Up @@ -481,7 +480,8 @@ RUN pip install bleach \
wcwidth \
webencodings \
widgetsnbextension \
pyarrow \
# Require pyarrow newer than https://github.com/advisories/GHSA-5wvp-7f3h-6wmm
{{ if eq .Accelerator "gpu" }} pyarrow {{ else }} "pyarrow>=14.0.1" {{ end }} \
feather-format \
fastai

Expand Down