Skip to content

Commit

Permalink
fixes #511
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Nov 18, 2023
1 parent 935cb18 commit b5f1cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
all_extras = [
# "torch", # for qa, summarization, translation, zsl, speech
"ipython", # for tests
"textract", # for TextExtractor non-default method
"textract-py3", # for TextExtractor non-default method
"paper-qa==2.1.1", # text.qa.generative_qa
"datasets", # for text.qa.AnswerExtractor.finetune
"textblob", # for text.kw.KeywordExtractor and textutils.extract_noun_phrases
Expand Down

0 comments on commit b5f1cfc

Please sign in to comment.