Fix download CLI [ci skip]

This commit is contained in:
Ines Montani 2020-09-24 14:43:56 +02:00
parent 3b58a8be2b
commit 24e7ac3f2b

View File

@ -88,7 +88,6 @@ def get_compatibility() -> dict:
def get_version(model: str, comp: dict) -> str:
model = get_base_version(model)
if model not in comp:
msg.fail(
f"No compatible package found for '{model}' (spaCy v{about.__version__})",