mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python3Packages.spacy: nixpkgs-fmt
This commit is contained in:
parent
9eaec03930
commit
9edd8887d8
@ -30,19 +30,19 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
blis
|
||||
catalogue
|
||||
cymem
|
||||
jsonschema
|
||||
murmurhash
|
||||
numpy
|
||||
plac
|
||||
preshed
|
||||
requests
|
||||
setuptools
|
||||
srsly
|
||||
thinc
|
||||
wasabi
|
||||
blis
|
||||
catalogue
|
||||
cymem
|
||||
jsonschema
|
||||
murmurhash
|
||||
numpy
|
||||
plac
|
||||
preshed
|
||||
requests
|
||||
setuptools
|
||||
srsly
|
||||
thinc
|
||||
wasabi
|
||||
] ++ lib.optional (pythonOlder "3.4") pathlib;
|
||||
|
||||
checkInputs = [
|
||||
@ -65,7 +65,7 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "spacy" ];
|
||||
|
||||
passthru.tests = callPackage ./annotation-test {};
|
||||
passthru.tests = callPackage ./annotation-test { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython";
|
||||
|
Loading…
Reference in New Issue
Block a user