From: Tom C Date: Sat, 7 Oct 2023 09:56:15 +0000 (-0700) Subject: py : change version of numpy requirement to 1.24.4 (#3515) X-Git-Tag: upstream/0.0.4488~3144 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c47066d833c6c112e0d23342aa62c3250dd33c81;p=pkg%2Fggml%2Fsources%2Fllama.cpp py : change version of numpy requirement to 1.24.4 (#3515) Co-authored-by: Lyjia --- diff --git a/requirements.txt b/requirements.txt index 7dc51edb..81c909d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -numpy==1.24 +numpy==1.24.4 sentencepiece==0.1.98 gguf>=0.1.0