mirror of https://github.com/explosion/spaCy.git
➕ Add shellingham for automatic shell detection
and update Typer pinning
This commit is contained in:
parent
94a0cf46fd
commit
b02db67247
|
@ -8,7 +8,8 @@ murmurhash>=0.28.0,<1.1.0
|
||||||
wasabi>=0.7.0,<1.1.0
|
wasabi>=0.7.0,<1.1.0
|
||||||
srsly>=2.1.0,<3.0.0
|
srsly>=2.1.0,<3.0.0
|
||||||
catalogue>=0.0.7,<1.1.0
|
catalogue>=0.0.7,<1.1.0
|
||||||
typer>=0.3.0,<1.0.0
|
typer>=0.3.0,<0.4.0
|
||||||
|
shellingham>=1.3.0,<1.4.0
|
||||||
# Third party dependencies
|
# Third party dependencies
|
||||||
numpy>=1.15.0
|
numpy>=1.15.0
|
||||||
requests>=2.13.0,<3.0.0
|
requests>=2.13.0,<3.0.0
|
||||||
|
|
|
@ -47,7 +47,8 @@ install_requires =
|
||||||
wasabi>=0.7.0,<1.1.0
|
wasabi>=0.7.0,<1.1.0
|
||||||
srsly>=2.1.0,<3.0.0
|
srsly>=2.1.0,<3.0.0
|
||||||
catalogue>=0.0.7,<1.1.0
|
catalogue>=0.0.7,<1.1.0
|
||||||
typer>=0.3.0,<1.0.0
|
typer>=0.3.0,<0.4.0
|
||||||
|
shellingham>=1.3.0,<1.4.0
|
||||||
# Third-party dependencies
|
# Third-party dependencies
|
||||||
tqdm>=4.38.0,<5.0.0
|
tqdm>=4.38.0,<5.0.0
|
||||||
numpy>=1.15.0
|
numpy>=1.15.0
|
||||||
|
|
Loading…
Reference in New Issue