From 5704b53df66801ba076cd52dc156d2482abe98f2 Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Wed, 7 Sep 2022 17:51:38 +0200 Subject: [PATCH] revert: revert numpy version to 1.21.4 Signed-off-by: Stephan Wendel --- src/modules/is_req_preinstall/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/is_req_preinstall/config b/src/modules/is_req_preinstall/config index 25fff64f2..7e7333603 100644 --- a/src/modules/is_req_preinstall/config +++ b/src/modules/is_req_preinstall/config @@ -3,5 +3,5 @@ [ -n "$IS_REQ_PREINSTALL_VENV_DIR" ] || IS_REQ_PREINSTALL_VENV_DIR=/home/${BASE_USER}/klippy-env [ -n "$IS_REQ_PREINSTALL_DEPS" ] || IS_REQ_PREINSTALL_DEPS="python3-numpy python3-matplotlib \ libatlas3-base libatlas-base-dev" -[ -n "$IS_REQ_PREINSTALL_PIP" ] || IS_REQ_PREINSTALL_PIP="numpy<=1.23.2" +[ -n "$IS_REQ_PREINSTALL_PIP" ] || IS_REQ_PREINSTALL_PIP="numpy<=1.21.4" [ -n "$IS_REQ_PREINSTALL_CFG_FILE" ] || IS_REQ_PREINSTALL_CFG_FILE="/boot/config.txt"