···24242525 # Unit tests are hard to use, since most tests rely on downloading
2626 # models from Hugging Face Hub.
2727- pythonImportCheck = [ "curated_transformers" ];
2727+ pythonImportsCheck = [ "curated_transformers" ];
28282929 meta = with lib; {
3030 description = "PyTorch library of curated Transformer models and their composable components";
···32323333 # Unit tests are hard to use, since most tests rely on downloading
3434 # models from Hugging Face Hub.
3535- pythonImportCheck = [ "spacy_curated_transformers" ];
3535+ pythonImportsCheck = [ "spacy_curated_transformers" ];
36363737 meta = with lib; {
3838 description = "spaCy entry points for Curated Transformers";