From 314f5b9cdbcbaa0d188bd1a21402d6cfd890b534 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 28 Oct 2017 18:20:10 +0000 Subject: [PATCH] Require thinc 6.10.0 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0b46b38d5..01e41c993 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.9.0,<6.10.0 +thinc>=6.10.0,<6.11.0 murmurhash>=0.28,<0.29 plac<1.0.0,>=0.9.6 six diff --git a/setup.py b/setup.py index 37bfd0495..727df5e4e 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.9.0,<6.10.0', + 'thinc>=6.10.0,<6.11.0', 'plac<1.0.0,>=0.9.6', 'six', 'pathlib',