regex 2019.12.17 install fails with Python 2

This commit is contained in:
Lysandre 2019-12-17 14:17:11 -05:00 committed by Lysandre Debut
parent 2cff4bd8f3
commit 5e289f69bc
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ boto3
# Used for downloading models over HTTP
requests
# For OpenAI GPT
regex
regex != 2019.12.17
# For XLNet
sentencepiece
# For XLM

View File

@ -59,7 +59,7 @@ setup(
'boto3',
'requests',
'tqdm',
'regex',
'regex != 2019.12.17',
'sentencepiece',
'sacremoses'],
entry_points={