diff --git a/setup.py b/setup.py index 3ba18fd1bf..4c908fe5e0 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ setup( # for downloading models over HTTPS "requests", # progress bars in model download and training scripts - "tqdm", + "tqdm >= 4.27", # for OpenAI GPT "regex != 2019.12.17", # for XLNet