Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sagorbrur authored May 1, 2024
1 parent 0343f4d commit 38909f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
],
python_requires=">=3.6",
install_requires=[
"sentencepiece",
"gensim",
"nltk",
"sentencepiece==0.2.0",
"gensim==4.3.2",
"nltk==3.8.1",
"numpy",
"scipy==1.12.0",
"sklearn-crfsuite",
"tqdm",
"ftfy",
"scipy==1.10.1",
"sklearn-crfsuite==0.3.6",
"tqdm==4.66.2",
"ftfy==6.2.0",
"emoji==1.7.0",
"requests",
],
Expand Down

0 comments on commit 38909f8

Please sign in to comment.