Commit 4b917bf
committed
fix: declare nltk as explicit dependency
nltk is required by granite citation/hallucination parsing
(nltk.sent_tokenize) but was only present as a transitive dependency
of rouge_score. Pin >=3.9 for punkt_tab support (security fix over
pickle-based punkt).1 parent 6d851e6 commit 4b917bf
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments