diff options
author | Tom C <tom.corelis@gmail.com> | 2023-10-07 02:56:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-07 12:56:15 +0300 |
commit | c47066d833c6c112e0d23342aa62c3250dd33c81 (patch) | |
tree | e1518458efeabcbd0445f3c96b6e52f6796b1a0e | |
parent | f1782c68de13b64bb5283fc2038f584e47be9fd2 (diff) |
py : change version of numpy requirement to 1.24.4 (#3515)
Co-authored-by: Lyjia <me@lyjia.us>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |