Skip to content

Commit

Permalink
explicitly install nltk
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Aug 27, 2024
1 parent 45a22a1 commit cfdd76b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ keybert~=0.8.0
langdetect==1.0.9
mypy-extensions~=1.0.0
mypy~=1.10.0
nltk~=3.8.0
numpy==1.26.3
opencage==2.2.0
pandas-stubs>=2.1
Expand Down
1 change: 1 addition & 0 deletions requirements.noversion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ matplotlib
matplotlib-inline
mypy
mypy-extensions
nltk
numpy
opencage
pandas
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ matplotlib-inline==0.1.6
matplotlib==3.6.3
mypy-extensions~=1.0.0
mypy~=1.10.0
nltk~=3.8.0
numpy==1.26.3
opencage==2.2.0
pandas-stubs>=2.1
Expand Down
1 change: 1 addition & 0 deletions requirements.worker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ keras==2.11.0
keybert~=0.8.0
mypy-extensions~=1.0.0
mypy~=1.10.0
nltk~=3.8.0
numpy==1.26.3
pycodestyle==2.9.1
pylint~=3.2.0
Expand Down

0 comments on commit cfdd76b

Please sign in to comment.