Fix regex pin to harmonize with conda (#2964)

This commit is contained in:
Matthew Honnibal 2018-11-26 19:28:54 +01:00 committed by GitHub
parent 968aff2f6a
commit 9e2ff2f583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ murmurhash>=0.28.0,<1.1.0
plac<1.0.0,>=0.9.6
ujson>=1.35
dill>=0.2,<0.3
regex>=2017.4.5,<2017.12.1
regex==2018.01.10
requests>=2.13.0,<3.0.0
pytest>=4.0.0,<5.0.0
mock>=2.0.0,<3.0.0

View File

@ -196,7 +196,7 @@ def setup_package():
'plac<1.0.0,>=0.9.6',
'ujson>=1.35',
'dill>=0.2,<0.3',
'regex>=2017.4.5,<2017.12.1',
'regex==2018.01.10',
'requests>=2.13.0,<3.0.0',
'pathlib==1.0.1; python_version < "3.4"'],
extras_require={