Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Aug 2, 2022
1 parent 483334e commit bba87a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Most recent releases are shown at the top. Each release shows:
- **Changed**: Additional parameters, changes to inputs or outputs, etc
- **Fixed**: Bug fixes that don't change documented behaviour

## 0.31.6 (TBD)
## 0.31.6 (2022-08-02)

### new:
- N/A

### changed
- updated dependencies to work with newer versions
- updated dependencies to work with newer versions (but temporarily continue pinning to `transformers==4.10.1`)

### fixed:
- fixes for newer `networkx`
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"chardet", # required by stellargraph and no longer installed by other dependencies as of July 2021
"syntok>1.3.3", # previously pinned to 1.3.3 due to bug in 1.4.1, which caused problems in QA paragraph tokenization (now appears fixed)
# NOTE: these modules can be optionally omitted from deployment if not being used to yield lighter-weight footprint
"transformers==4.17.0", # pin to transformers==4.17.0 due to undocumented issue in >=4.18.0: TODO: investigate and resolve
# "transformers==4.17.0", # pin to transformers==4.17.0 due to undocumented issue in >=4.18.0: TODO: investigate and resolve for Python 3.9
"transformers==4.10.1", # pin to transformers==4.10.1 to temporarily continue to support the default Python on older Ubunt 18.04 machines
"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
Expand Down

0 comments on commit bba87a1

Please sign in to comment.