Try previous version of regex

This commit is contained in:
Matthew Honnibal 2018-10-02 23:37:17 +02:00
parent bdebbef455
commit e4fd2ccd07
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ murmurhash>=0.28,<0.29
plac<1.0.0,>=0.9.6
ujson>=1.35
dill>=0.2,<0.3
regex==2018.08.29
regex==2018.08.17
requests>=2.13.0,<3.0.0
pytest>=3.6.0,<4.0.0
mock>=2.0.0,<3.0.0

View File

@ -195,7 +195,7 @@ def setup_package():
'plac<1.0.0,>=0.9.6',
'ujson>=1.35',
'dill>=0.2,<0.3',
'regex==2018.8.29',
'regex==2018.8.17',
'requests>=2.13.0,<3.0.0',
'pathlib==1.0.1; python_version < "3.4"'],
classifiers=[