Skip to content

Commit

Permalink
try fixing pypy/numpy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatel3001 authored Jan 27, 2025
1 parent 79be39b commit cd52dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN set -x && \
"${KEPT_PACKAGES[@]}" \
"${TEMP_PACKAGES[@]}" && \
# install pip dependencies
pypy3 -m pip install --force-reinstall --break-system-packages crcmod zmq
pypy3 -m pip install --force-reinstall --break-system-packages crcmod zmq pyproj scipy

COPY iridium-toolkit.patch /tmp/iridium-toolkit.patch

Expand Down

0 comments on commit cd52dad

Please sign in to comment.