Skip to content

Commit

Permalink
Fix CI with temporary pin nltk<3.9 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova authored Sep 11, 2024
1 parent 5be95df commit d1a15f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"absl-py",
"charcut>=1.1.1", # for charcut_mt
"cer>=1.2.0", # for characTER
"nltk", # for NIST and probably others
"nltk<3.9", # for NIST and probably others; temporarily pin < 3.9 to avoid "Resource punkt_tab not found" (GH-622)
"pytest",
"pytest-datadir",
"pytest-xdist",
Expand Down

0 comments on commit d1a15f6

Please sign in to comment.