diff --git a/requirements.txt b/requirements.txt index a671ec7..8abc02d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ argparse==1.4.0 numpy==1.14.5 mxnet-cu92==1.4.1 gluonnlp==0.6.0 -tqdm==4.26.0 +tqdm==4.66.3 gensim==3.6.0 \ No newline at end of file diff --git a/setup.py b/setup.py index a8f1c66..f600dad 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ def setup_package(): 'argparse==1.4.0', 'numpy==1.14.5', 'gluonnlp==0.6.0', - 'tqdm==4.26.0', + 'tqdm==4.66.3', 'gensim==3.6.0', 'marisa_trie==0.7.5', ],