···6262 gretl is a cross-platform software package for econometric analysis,
6363 written in the C programming language.
6464 '';
6565- maintainers = with lib.maintainers; [ dmrauh ];
6565+ maintainers = with lib.maintainers; [ ];
6666 platforms = lib.platforms.all;
6767 };
6868})
···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";