mirror of https://github.com/explosion/spaCy.git
Merge branch 'master' of https://github.com/explosion/spaCy
This commit is contained in:
commit
91978a4de0
|
@ -1,11 +1,3 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = [
|
requires = ["setuptools"]
|
||||||
"setuptools",
|
|
||||||
"wheel",
|
|
||||||
"cython>=0.25",
|
|
||||||
"cymem>=2.0.2,<2.1.0",
|
|
||||||
"preshed>=3.0.2,<3.1.0",
|
|
||||||
"murmurhash>=0.28.0,<1.1.0",
|
|
||||||
"thinc>=7.1.1,<7.2.0",
|
|
||||||
]
|
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
|
@ -32,6 +32,12 @@ scripts =
|
||||||
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
|
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
|
||||||
setup_requires =
|
setup_requires =
|
||||||
wheel
|
wheel
|
||||||
|
cython>=0.25
|
||||||
|
# We also need our Cython packages here to compile against
|
||||||
|
cymem>=2.0.2,<2.1.0
|
||||||
|
preshed>=3.0.2,<3.1.0
|
||||||
|
murmurhash>=0.28.0,<1.1.0
|
||||||
|
thinc>=7.1.1,<7.2.0
|
||||||
install_requires =
|
install_requires =
|
||||||
numpy>=1.15.0
|
numpy>=1.15.0
|
||||||
murmurhash>=0.28.0,<1.1.0
|
murmurhash>=0.28.0,<1.1.0
|
||||||
|
|
Loading…
Reference in New Issue