Skip to content

Commit

Permalink
setup update due to breaking langchain issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Jul 23, 2023
1 parent 085af8e commit 1c53e8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ Most recent releases are shown at the top. Each release shows:
- **Fixed**: Bug fixes that don't change documented behaviour


## 0.37.6 (2023-07-23)

### new:
- N/A

### changed
- N/A

### fixed:
- Removed pin to `paper-qa==2.1.1` due to issue in latest `langchain` release


## 0.37.5 (2023-07-22)

### new:
Expand Down
2 changes: 1 addition & 1 deletion ktrain/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__all__ = ["__version__"]
__version__ = "0.37.5"
__version__ = "0.37.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# "torch", # for qa, summarization, translation, zsl, speech
"ipython", # for tests
"textract", # 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
"sumy", # text.summarization.core.LexRankSummarizer
Expand Down Expand Up @@ -62,7 +63,6 @@
"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 1c53e8b

Please sign in to comment.