mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Reorganise install_requires
This commit is contained in:
parent
cf4ec88b38
commit
3ec231f7e1
10
setup.cfg
10
setup.cfg
|
@ -40,17 +40,19 @@ setup_requires =
|
||||||
murmurhash>=0.28.0,<1.1.0
|
murmurhash>=0.28.0,<1.1.0
|
||||||
thinc>=7.3.0,<7.4.0
|
thinc>=7.3.0,<7.4.0
|
||||||
install_requires =
|
install_requires =
|
||||||
setuptools
|
# Our libraries
|
||||||
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
|
||||||
preshed>=3.0.2,<3.1.0
|
preshed>=3.0.2,<3.1.0
|
||||||
thinc>=7.3.0,<7.4.0
|
thinc>=7.3.0,<7.4.0
|
||||||
blis>=0.4.0,<0.5.0
|
blis>=0.4.0,<0.5.0
|
||||||
plac>=0.9.6,<1.2.0
|
|
||||||
requests>=2.13.0,<3.0.0
|
|
||||||
wasabi>=0.4.0,<1.1.0
|
wasabi>=0.4.0,<1.1.0
|
||||||
srsly>=0.1.0,<1.1.0
|
srsly>=0.1.0,<1.1.0
|
||||||
|
# Third-party dependencies
|
||||||
|
setuptools
|
||||||
|
numpy>=1.15.0
|
||||||
|
plac>=0.9.6,<1.2.0
|
||||||
|
requests>=2.13.0,<3.0.0
|
||||||
pathlib==1.0.1; python_version < "3.4"
|
pathlib==1.0.1; python_version < "3.4"
|
||||||
importlib_metadata>=0.20; python_version < "3.8"
|
importlib_metadata>=0.20; python_version < "3.8"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user