Skip to content

Commit

Permalink
Revert temporary pin nltk<3.9
Browse files Browse the repository at this point in the history
This reverts commit d1a15f6.
  • Loading branch information
albertvillanova committed Sep 12, 2024
1 parent 31a954b commit 46975f6
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<3.9", # for NIST and probably others; temporarily pin < 3.9 to avoid "Resource punkt_tab not found" (GH-622)
"nltk", # for NIST and probably others
"pytest",
"pytest-datadir",
"pytest-xdist",
Expand Down

0 comments on commit 46975f6

Please sign in to comment.