From 7be561c8be4b30208eb54d0a085894a9e9f8c111 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 16 Mar 2018 03:34:12 +0100 Subject: [PATCH] Fix thinc requirement --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5437b75be..42e28491a 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.dev0,<6.12.0 +thinc>=6.11.1.dev1,<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 d8b5165c7..a3731e302 100755 --- a/setup.py +++ b/setup.py @@ -190,7 +190,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.dev0,<6.12.0', + 'thinc>=6.11.1.dev1,<6.12.0', 'plac<1.0.0,>=0.9.6', 'pathlib', 'ujson>=1.35',