From 4a6fecd6dfcc5366106bc7e064b795c0f0676b92 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 27 Jan 2021 13:31:31 +1100 Subject: [PATCH] Update spacy-legacy pin --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7abdf31ea..3cb30597a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Our libraries -spacy-legacy>=3.0.0.dev0,<3.1.0 +spacy-legacy>=3.0.0,<3.1.0 cymem>=2.0.2,<2.1.0 preshed>=3.0.2,<3.1.0 thinc>=8.0.0,<8.1.0 diff --git a/setup.cfg b/setup.cfg index ebd23c5c1..a3de23a3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ setup_requires = thinc>=8.0.0,<8.1.0 install_requires = # Our libraries - spacy-legacy>=3.0.0.dev0,<3.1.0 + spacy-legacy>=3.0.0,<3.1.0 murmurhash>=0.28.0,<1.1.0 cymem>=2.0.2,<2.1.0 preshed>=3.0.2,<3.1.0