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 # Used for downloading models over HTTP
requests requests
# For OpenAI GPT # For OpenAI GPT
regex regex != 2019.12.17
# For XLNet # For XLNet
sentencepiece sentencepiece
# For XLM # For XLM

View File

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