diff --git a/kiauh/components/klipper/klipper_utils.py b/kiauh/components/klipper/klipper_utils.py index a67d683..bfb0172 100644 --- a/kiauh/components/klipper/klipper_utils.py +++ b/kiauh/components/klipper/klipper_utils.py @@ -237,7 +237,6 @@ def install_input_shaper_deps() -> None: "If you agree, the following additional system packages will be installed:", "● python3-numpy", "● python3-matplotlib", - "● libatlas-base-dev", "● libopenblas-dev", "\n\n", "Also, the following Python package will be installed:", @@ -253,7 +252,6 @@ def install_input_shaper_deps() -> None: apt_deps = ( "python3-numpy", "python3-matplotlib", - "libatlas-base-dev", "libopenblas-dev", ) check_install_dependencies({*apt_deps})