From 13faf4e1ea2f5aef66e88223a8ff979b90699266 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 15 May 2018 18:35:11 +0200 Subject: [PATCH] Update thinc requirement --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3c7e7a32a..8f28ad259 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.dev16,<6.12.0 +thinc>=6.11.1.dev17,<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 821e6c9f9..1030912bd 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.dev16,<6.12.0', + 'thinc>=6.11.1.dev17,<6.12.0', 'plac<1.0.0,>=0.9.6', 'pathlib', 'ujson>=1.35',