Commit 5e289f69 authored by Lysandre's avatar Lysandre Committed by Lysandre Debut
Browse files

regex 2019.12.17 install fails with Python 2

parent 2cff4bd8
...@@ -5,7 +5,7 @@ boto3 ...@@ -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
......
...@@ -59,7 +59,7 @@ setup( ...@@ -59,7 +59,7 @@ setup(
'boto3', 'boto3',
'requests', 'requests',
'tqdm', 'tqdm',
'regex', 'regex != 2019.12.17',
'sentencepiece', 'sentencepiece',
'sacremoses'], 'sacremoses'],
entry_points={ entry_points={
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment