From 3eb446e0a50f478e0f98a40677177bb906a2ed10 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 20 May 2018 19:00:34 +0200 Subject: [PATCH] Require thinc 6.11.1 and prepare for release to spacy-nightly --- requirements.txt | 2 +- setup.py | 2 +- spacy/about.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8f28ad259..905fa2c10 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.dev17,<6.12.0 +thinc>=6.11.1,<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 2dec51f8a..6409469d4 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.dev17,<6.12.0', + 'thinc>=6.11.1,<6.12.0', 'plac<1.0.0,>=0.9.6', 'pathlib', 'ujson>=1.35', diff --git a/spacy/about.py b/spacy/about.py index 9ea83a41b..d17d325c9 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -9,7 +9,7 @@ __uri__ = 'https://spacy.io' __author__ = 'Explosion AI' __email__ = 'contact@explosion.ai' __license__ = 'MIT' -__release__ = False +__release__ = True __download_url__ = 'https://github.com/explosion/spacy-models/releases/download' __compatibility__ = 'https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json'