refactor: cleanup

This commit is contained in:
Florian Hönicke
2023-05-10 11:19:15 +02:00
parent 2eb9d1a6ac
commit 8882a50a95
3 changed files with 3 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ UNNECESSARY_PACKAGES = [
]
LANGUAGE_PACKAGES = [
'allennlp', 'bertopic', 'fasttext', 'flair', 'gensim', 'nltk',
'allennlp', 'bertopic', 'fasttext', 'flair', 'gensim', 'nltk', 'openai',
'pattern', 'polyglot', 'pytorch-transformers', 'rasa', 'sentence-transformers',
'spacy', 'stanza', 'summarizer', 'sumy', 'textblob', 'textstat', 'transformers'
]