diff --git a/requirements.txt b/requirements.txt index 928e5c6..c416052 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pytorch-transformers >= 1.1.0 tabulate >= 0.8.3 nltk >= 3.4.3 numpy >= 1.16.4 -tqdm == 4.38.0 +tqdm == 4.66.3 dill >= 0.2.9 hyperopt == 0.1.2 pandas == 0.24.2 diff --git a/setup.py b/setup.py index 7def580..34f03b6 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pytorch-transformers >= 1.1.0', 'nltk >= 3.4.3', 'numpy >= 1.16.4', - 'tqdm == 4.38.0', + 'tqdm == 4.66.3', 'dill >= 0.2.9', 'pandas == 0.24.2', 'networkx >= 2.3',