Skip to content

Commit

Permalink
Pin nltk dependency to <3.8.2 (#2927)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanmai authored Aug 14, 2024
1 parent f520af5 commit 7df1624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install_requires=
pyarrow-hotfix~=0.6 # Hotfix for CVE-2023-47248

# Basic metrics
nltk~=3.7
nltk~=3.7,<3.8.2 # See https://github.com/stanford-crfm/helm/issues/2926
rouge-score~=0.1.2
scipy~=1.10
uncertainty-calibration~=0.1.4
Expand Down

0 comments on commit 7df1624

Please sign in to comment.