Skip to content

Commit

Permalink
pin paper-qa
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Jul 22, 2023
1 parent be77a44 commit 085af8e
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 @@ -17,7 +17,6 @@
"ipython", # for tests
"textract", # for TextExtractor non-default method
"datasets", # for text.qa.AnswerExtractor.finetune
"paper-qa", # text.qa.generative_qa
"textblob", # for text.kw.KeywordExtractor and textutils.extract_noun_phrases
"sumy", # text.summarization.core.LexRankSummarizer
"causalnlp", # for tabular.causalinference
Expand Down Expand Up @@ -63,6 +62,7 @@
"sentencepiece", # Added due to breaking change in transformers>=4.0
"keras_bert>=0.86.0", # imported in imports with warning and used in 'ktrain.text' ; support for TF 2.3
"whoosh", # imported by text.qa module
"paper-qa==2.1.1", # text.qa.generative_qa
],
extras_require={
# NOTE: If missing, these libraries below are installed manually on-the-fly when required by an invoked method with appropriate warnings
Expand Down

0 comments on commit 085af8e

Please sign in to comment.