From 2e8dcba37947b5fc99ba5d9d581b549da0698a1a Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 14 Oct 2020 14:59:09 +0200 Subject: [PATCH] Update version pins --- pyproject.toml | 2 +- requirements.txt | 2 +- setup.cfg | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c175ded66..14a2d7690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,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.0a44,<8.0.0a50", + "thinc>=8.0.0rc0,<8.1.0", "blis>=0.4.0,<0.8.0", "pytokenizations", "pathy" diff --git a/requirements.txt b/requirements.txt index d6b6267a9..36f0d1e92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Our libraries cymem>=2.0.2,<2.1.0 preshed>=3.0.2,<3.1.0 -thinc>=8.0.0a44,<8.0.0a50 +thinc>=8.0.0rc0,<8.1.0 blis>=0.4.0,<0.8.0 ml_datasets==0.2.0a0 murmurhash>=0.28.0,<1.1.0 diff --git a/setup.cfg b/setup.cfg index d9414a4f4..adf0c0e20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,13 +34,13 @@ 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.0a44,<8.0.0a50 + thinc>=8.0.0rc0,<8.1.0 install_requires = # Our libraries murmurhash>=0.28.0,<1.1.0 cymem>=2.0.2,<2.1.0 preshed>=3.0.2,<3.1.0 - thinc>=8.0.0a44,<8.0.0a50 + thinc>=8.0.0rc0,<8.1.0 blis>=0.4.0,<0.8.0 wasabi>=0.8.0,<1.1.0 srsly>=2.3.0,<3.0.0 @@ -65,9 +65,9 @@ console_scripts = [options.extras_require] lookups = - spacy_lookups_data>=1.0.0rc0,<1.0.0 + spacy_lookups_data>=1.0.0rc0,<1.1.0 transformers = - spacy_transformers>=1.0.0a22,<1.0.0 + spacy_transformers>=1.0.0rc0,<1.1.0 ray = spacy_ray>=0.1.0,<1.0.0 cuda =