Skip to content

Commit

Permalink
Build with numpy v2 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jul 22, 2024
1 parent 593bd7d commit edf1b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends software-proper
pybind11-dev \
python3-bladerf \
python3-mako \
python3-numpy \
python3-packaging \
python3-pip \
python3-pygccxml \
Expand All @@ -41,6 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends software-proper
uhd-host \
unzip \
wget
RUN dpkg -r --force-depends python3-numpy && pip install --break-system-packages "numpy>=2.0.1"
RUN /usr/bin/uhd_images_downloader -t "b2|usb"
WORKDIR /root
# https://wiki.gnuradio.org/index.php/GNU_Radio_3.9_OOT_Module_Porting_Guide
Expand Down

0 comments on commit edf1b8c

Please sign in to comment.