Skip to content

Commit

Permalink
use oldest-supported-numpy for ABI compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
immel-f committed Feb 12, 2024
1 parent 6b32cdf commit a710616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ RUN if [ "${ROS_DISTRO}" = "melodic" ] || [ "${ROS_DISTRO}" = "kinetic" ]; \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# install python dependencies (numpy)
RUN pip install numpy
# install python dependencies (oldest-supported-numpy for ABI compatibility)
RUN pip install oldest-supported-numpy

# ros version specific dependencies
RUN set -ex; \
Expand Down

0 comments on commit a710616

Please sign in to comment.