From 791631f433ca950f91e4dbda21b90fc3f2d277d8 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 16 Mar 2018 02:51:54 +0100 Subject: [PATCH] Require thinc 6.11.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18a1498a8..c24f4313e 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.10.1,<6.11.0 +thinc>=6.11.0,<6.12.0 murmurhash>=0.28,<0.29 cytoolz>=0.9.0,<0.10.0 plac<1.0.0,>=0.9.6