mirror of https://github.com/explosion/spaCy.git
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:
parent
df3444421a
commit
874cd02539
|
@ -1,5 +1,5 @@
|
||||||
# Our libraries
|
# 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
|
cymem>=2.0.2,<2.1.0
|
||||||
preshed>=3.0.2,<3.1.0
|
preshed>=3.0.2,<3.1.0
|
||||||
thinc>=8.0.3,<8.1.0
|
thinc>=8.0.3,<8.1.0
|
||||||
|
|
|
@ -37,7 +37,7 @@ setup_requires =
|
||||||
thinc>=8.0.3,<8.1.0
|
thinc>=8.0.3,<8.1.0
|
||||||
install_requires =
|
install_requires =
|
||||||
# Our libraries
|
# 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
|
murmurhash>=0.28.0,<1.1.0
|
||||||
cymem>=2.0.2,<2.1.0
|
cymem>=2.0.2,<2.1.0
|
||||||
preshed>=3.0.2,<3.1.0
|
preshed>=3.0.2,<3.1.0
|
||||||
|
|
Loading…
Reference in New Issue