Bump datasets from 1.11.0 to 1.12.1 (#203)

Bumps [datasets](https://github.com/huggingface/datasets) from 1.11.0 to 1.12.1.
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](https://github.com/huggingface/datasets/compare/1.11.0...1.12.1)

---
updated-dependencies:
- dependency-name: datasets
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-20 09:50:44 -07:00 committed by GitHub
parent 06956fe979
commit d0f91e5d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ setuptools.setup(
'requests~=2.22', 'requests~=2.22',
'num2words>=0.5.10', 'num2words>=0.5.10',
'termcolor~=1.1', 'termcolor~=1.1',
'datasets==1.11.0', 'datasets==1.12.1',
'seqeval==1.2.2', 'seqeval==1.2.2',
'transformers==4.10.2', 'transformers==4.10.2',
'sentencepiece==0.1.*', 'sentencepiece==0.1.*',