diff --git a/requirements.txt b/requirements.txt index 6d4af41e4..5c1b44239 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pathlib numpy>=1.7 cymem>=1.30,<1.32 preshed>=1.0.0,<2.0.0 -thinc>=6.11.1,<6.12.0 +thinc>=6.11.2,<6.12.0 murmurhash>=0.28,<0.29 cytoolz>=0.9.0,<0.10.0 plac<1.0.0,>=0.9.6 diff --git a/setup.py b/setup.py index 132ba2165..2a00ae58a 100755 --- a/setup.py +++ b/setup.py @@ -192,7 +192,7 @@ def setup_package(): 'murmurhash>=0.28,<0.29', 'cymem>=1.30,<1.32', 'preshed>=1.0.0,<2.0.0', - 'thinc>=6.11.1,<6.12.0', + 'thinc>=6.11.2,<6.12.0', 'plac<1.0.0,>=0.9.6', 'pathlib', 'ujson>=1.35',