mirror of https://github.com/explosion/spaCy.git
Tidy up dependencies
This commit is contained in:
parent
a44d51a3d8
commit
368182776e
|
@ -47,7 +47,7 @@ install_requires =
|
|||
wasabi>=0.4.0,<1.1.0
|
||||
srsly>=2.0.0,<3.0.0
|
||||
catalogue>=0.0.7,<1.1.0
|
||||
ml_datasets
|
||||
ml_datasets>=0.1.1
|
||||
# Third-party dependencies
|
||||
tqdm>=4.38.0,<5.0.0
|
||||
setuptools
|
||||
|
@ -55,7 +55,6 @@ install_requires =
|
|||
plac>=0.9.6,<1.2.0
|
||||
requests>=2.13.0,<3.0.0
|
||||
pydantic>=1.3.0,<2.0.0
|
||||
tqdm>=4.38.0,<5.0.0
|
||||
importlib_metadata>=0.20; python_version < "3.8"
|
||||
|
||||
[options.extras_require]
|
||||
|
|
Loading…
Reference in New Issue