Skip to content

Commit 261a1f6

Browse files
Bump sentencepiece from 0.2.0 to 0.2.1
Bumps [sentencepiece](https://github.com/google/sentencepiece) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/google/sentencepiece/releases) - [Commits](google/sentencepiece@v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: sentencepiece dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6975e38 commit 261a1f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sentencepiece==0.2.0
1+
sentencepiece==0.2.1
22
gensim==4.3.2
33
numpy
44
scipy==1.10.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
python_requires=">=3.6",
2222
install_requires=[
23-
"sentencepiece==0.2.0",
23+
"sentencepiece==0.2.1",
2424
"gensim==4.3.2",
2525
"nltk",
2626
"numpy",

0 commit comments

Comments
 (0)