mirror of
https://github.com/mkuf/prind.git
synced 2026-07-07 17:24:00 +02:00
klipper: update numpy for python 3.12
This commit is contained in:
@@ -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==1.25.2 \
|
||||
&& venv/bin/pip install numpy==1.26.4 \
|
||||
&& venv/bin/python -m compileall klipper/klippy \
|
||||
&& venv/bin/python klipper/klippy/chelper/__init__.py
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user