Skip to content

Commit

Permalink
klipper: use numpy 1.25.2; fixes #95
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuf committed Sep 23, 2023
1 parent 68a57f9 commit 89e536d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
### Fixed
- klipper: pin numpy to 1.25.2 to fix failing image build on arm/v7 #95
- custom: added wget to moonraker-timelaps as suggested in https://github.com/mkuf/prind/issues/46#issuecomment-1714421086
### Changed
- klipperscreen: mount host dbus into container
Expand Down
2 changes: 1 addition & 1 deletion docker/klipper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
###
Expand Down

0 comments on commit 89e536d

Please sign in to comment.