Skip to content

Commit b9d0277

Browse files
lewtunclefourrier
andauthored
Relax sentencepiece version (#74)
Co-authored-by: Clémentine Fourrier <[email protected]>
1 parent 030945b commit b9d0277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies = [
6969
"spacy==3.7.2",
7070
"sacrebleu",
7171
"rouge_score==0.1.2",
72-
"sentencepiece==0.1.99",
72+
"sentencepiece>=0.1.99",
7373
"protobuf==3.20.*", # pinned for sentencepiece compat
7474
"pycountry",
7575
# Code style

0 commit comments

Comments
 (0)