klipper: use numpy 1.25.2; fixes #95

This commit is contained in:
Markus Küffner
2023-09-23 19:08:22 +02:00
parent 68a57f9aae
commit 89e536d3f2
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ RUN git clone ${REPO} klipper \
RUN python -m venv venv \
&& venv/bin/pip install -r klipper/scripts/klippy-requirements.txt \
&& venv/bin/pip install numpy \
&& venv/bin/pip install numpy==1.25.2 \
&& venv/bin/python -m compileall klipper/klippy \
&& venv/bin/python klipper/klippy/chelper/__init__.py
###