diff --git a/Nimble.sh b/Nimble.sh index 4829811..359a79b 100644 --- a/Nimble.sh +++ b/Nimble.sh @@ -22,6 +22,10 @@ function install_node() { apt update apt install -y git python3-venv bison screen binutils gcc make bsdmainutils python3-pip + +# 安装numpy + pip install numpy==1.24.4 + # 安装GO rm -rf /usr/local/go wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz -P /tmp/