diff options
author | Pavol Rusnak <pavol@rusnak.io> | 2023-04-14 21:46:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 19:46:49 +0000 |
commit | 489093548c89c67520109ab25c4df4a4614a32a0 (patch) | |
tree | 1a765c4dc261c24ae5e776ef4e8d5d0fec071178 | |
parent | 93265e988af32b8be314bfed334f795a3037555d (diff) |
py : bump sentencepiece to 0.1.98 to support Python 3.11 (#976)
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f394495..6c32cbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ numpy==1.24 -sentencepiece==0.1.97 +sentencepiece==0.1.98 |