mirror of https://github.com/explosion/spaCy.git
Add setuptools as runtime dependency
This commit is contained in:
parent
c4f95c1569
commit
dd30d3ec99
|
@ -39,6 +39,7 @@ setup_requires =
|
||||||
murmurhash>=0.28.0,<1.1.0
|
murmurhash>=0.28.0,<1.1.0
|
||||||
thinc>=7.1.1,<7.2.0
|
thinc>=7.1.1,<7.2.0
|
||||||
install_requires =
|
install_requires =
|
||||||
|
setuptools
|
||||||
numpy>=1.15.0
|
numpy>=1.15.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
|
||||||
|
|
Loading…
Reference in New Issue