python3Packages.spacy: nixpkgs-fmt

This commit is contained in:
Daniël de Kok 2020-12-12 11:37:25 +01:00
parent 9eaec03930
commit 9edd8887d8
1 changed files with 14 additions and 14 deletions

View File

@ -30,19 +30,19 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
blis blis
catalogue catalogue
cymem cymem
jsonschema jsonschema
murmurhash murmurhash
numpy numpy
plac plac
preshed preshed
requests requests
setuptools setuptools
srsly srsly
thinc thinc
wasabi wasabi
] ++ lib.optional (pythonOlder "3.4") pathlib; ] ++ lib.optional (pythonOlder "3.4") pathlib;
checkInputs = [ checkInputs = [
@ -65,7 +65,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "spacy" ]; pythonImportsCheck = [ "spacy" ];
passthru.tests = callPackage ./annotation-test {}; passthru.tests = callPackage ./annotation-test { };
meta = with lib; { meta = with lib; {
description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython"; description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython";