From 994bed2fe224f86ccab07e2a33b2fd5a94f02cc8 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 16 Jun 2021 19:50:28 +0200 Subject: [PATCH] Update dependencies (#8409) * Require `thinc>=8.0.5` * Use `spacy-lookups-data>=1.0.2` --- pyproject.toml | 2 +- requirements.txt | 2 +- setup.cfg | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 882b31162..573b8f74a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "cymem>=2.0.2,<2.1.0", "preshed>=3.0.2,<3.1.0", "murmurhash>=0.28.0,<1.1.0", - "thinc>=8.0.4,<8.1.0", + "thinc>=8.0.5,<8.1.0", "blis>=0.4.0,<0.8.0", "pathy", "numpy>=1.15.0", diff --git a/requirements.txt b/requirements.txt index 9837933ab..5a54dd046 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ spacy-legacy>=3.0.6,<3.1.0 cymem>=2.0.2,<2.1.0 preshed>=3.0.2,<3.1.0 -thinc>=8.0.4,<8.1.0 +thinc>=8.0.5,<8.1.0 blis>=0.4.0,<0.8.0 ml_datasets>=0.2.0,<0.3.0 murmurhash>=0.28.0,<1.1.0 diff --git a/setup.cfg b/setup.cfg index 37c432205..85a820153 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,14 +37,14 @@ setup_requires = cymem>=2.0.2,<2.1.0 preshed>=3.0.2,<3.1.0 murmurhash>=0.28.0,<1.1.0 - thinc>=8.0.4,<8.1.0 + thinc>=8.0.5,<8.1.0 install_requires = # Our libraries spacy-legacy>=3.0.6,<3.1.0 murmurhash>=0.28.0,<1.1.0 cymem>=2.0.2,<2.1.0 preshed>=3.0.2,<3.1.0 - thinc>=8.0.4,<8.1.0 + thinc>=8.0.5,<8.1.0 blis>=0.4.0,<0.8.0 wasabi>=0.8.1,<1.1.0 srsly>=2.4.1,<3.0.0 @@ -68,7 +68,7 @@ console_scripts = [options.extras_require] lookups = - spacy_lookups_data>=1.0.1,<1.1.0 + spacy_lookups_data>=1.0.2,<1.1.0 transformers = spacy_transformers>=1.0.1,<1.1.0 ray =