14 buildPythonPackage rec {
15 pname = "spacy-transformers";
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-N2StqGUqOYS9mW/DAeSntNg3kii+UPdTUHDV7g1Hvus=";
30 propagatedBuildInputs = [
43 # Test fails due to missing arguments for trfs2arrays().
46 pythonImportsCheck = [
50 passthru.tests.annotation = callPackage ./annotation-test { };
53 description = "spaCy pipelines for pretrained BERT, XLNet and GPT-2";
54 homepage = "https://github.com/explosion/spacy-transformers";
55 changelog = "https://github.com/explosion/spacy-transformers/releases/tag/v${version}";
56 license = licenses.mit;
57 maintainers = with maintainers; [ ];