Skip to content

Commit

Permalink
fix: pin nltk to avoid downloading punkt_tab instead of punkt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopa10ko committed Aug 15, 2024
1 parent 39e960c commit c75c43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other_requirements/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pillow >= 8.2.0

# Texts
gensim==4.3.2
nltk >= 3.5
nltk==3.8.1

# Misc
protobuf~=3.19.0
Expand Down

0 comments on commit c75c43e

Please sign in to comment.