Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/npm_and_yarn/website/multi-9423f4c335
Browse files Browse the repository at this point in the history
  • Loading branch information
xehu committed Sep 23, 2024
2 parents 1522ac9 + e060a44 commit 3b22bda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"emoji==1.7.0",
"flask==3.0.3",
"gensim>=4.3.3",
"nltk==3.8.1",
"nltk==3.9.1",
"numpy<2.0.0",
"pandas==2.2.2",
"pyphen==0.14.0",
Expand Down Expand Up @@ -65,4 +65,4 @@ where = ["src"]
'features/lexicons/function_words.txt',
'features/lexicons/question_words.txt',
'features/assets/*'
]
]
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ convokit==3.0.0
emoji==1.7.0
flask==3.0.3
gensim>=4.3.3
nltk==3.8.1
nltk==3.9.1
numpy<2.0.0
pandas==2.2.2
pyphen==0.14.0
Expand All @@ -26,4 +26,4 @@ torchaudio==2.4.1
torchvision==0.19.1
transformers==4.44.0
tzdata>=2023.3
tzlocal==5.2
tzlocal==5.2
4 changes: 2 additions & 2 deletions src/team_comm_tools/utils/download_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def download():
# nltk
for resource in [
'corpora/nps_chat',
'tokenizers/punkt',
'tokenizers/punkt_tab',
'corpora/stopwords',
'corpora/wordnet']:
try:
Expand All @@ -24,4 +24,4 @@ def download():
raise

if __name__ == "__main__":
download()
download()

0 comments on commit 3b22bda

Please sign in to comment.