Skip to content

Commit 255e485

Browse files
committed
Add missing packages to toml
1 parent e6ce6fb commit 255e485

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ dependencies = [
3535
"seaborn>=0.11.0",
3636
"datasets>=2.0.0",
3737
"transformers>=4.20.0",
38+
"scikit-learn>=1.0.0",
39+
"rouge>=1.0.0",
40+
"nltk>=3.8.0",
41+
"bert-score>=0.3.0",
42+
"jieba>=0.42.0",
3843
]
3944

4045
[project.optional-dependencies]

0 commit comments

Comments
 (0)