Skip to content

Commit

Permalink
riotbuild: bump numpy to 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 26, 2022
1 parent 0312deb commit f0c576c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riotbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ ENV PATH $PATH:/opt/riot-toolchain/msp430-elf/${RIOT_TOOLCHAIN_GCCPKGVER}/bin

# install required python packages from file
# numpy must be already installed before installing some other requirements (emlearn)
RUN pip3 install --no-cache-dir numpy==1.17.4
RUN pip3 install --no-cache-dir numpy==1.22.4
COPY requirements.txt /tmp/requirements.txt
RUN echo 'Installing python3 packages' >&2 \
&& pip3 install --no-cache-dir pybind11 \
Expand Down

0 comments on commit f0c576c

Please sign in to comment.