Set spacy-legacy to >=3.0.5 (#7897)

Set `spacy-legacy` to `>=3.0.5` due to `spacy.StaticVectors.v1` init bug.
This commit is contained in:
Adriane Boyd 2021-04-26 17:06:32 +02:00
parent ae855a4625
commit 946a4284be
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Our libraries
spacy-legacy>=3.0.4,<3.1.0
spacy-legacy>=3.0.5,<3.1.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
thinc>=8.0.3,<8.1.0

View File

@ -37,7 +37,7 @@ setup_requires =
thinc>=8.0.3,<8.1.0
install_requires =
# Our libraries
spacy-legacy>=3.0.4,<3.1.0
spacy-legacy>=3.0.5,<3.1.0
murmurhash>=0.28.0,<1.1.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0