Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Apr 1, 2023
1 parent e6b0bcf commit b881672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"sentencepiece>=0.1.91"
],
"mt5": ["transformers>=4.6.0", "sentencepiece>=0.1.91"],
"wordnet": ["nltk>=3.3.*"],
"wordnet": ["nltk>=3.3"],
"generate": ["fastai<2.0"],
"sefr_cut": ["sefr_cut>=1.1"],
"spell": [
Expand Down Expand Up @@ -104,7 +104,7 @@
"epitran>=1.1",
"fairseq>=0.10.0",
"gensim>=4.0.0",
"nltk>=3.3.*",
"nltk>=3.3",
"numpy>=1.22",
"pandas>=0.24",
"pyicu>=2.3",
Expand Down

0 comments on commit b881672

Please sign in to comment.