build(deps): bump datasets from 1.18.2 to 1.18.3 (#245)

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

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

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] 2022-02-07 11:33:17 -08:00 committed by GitHub
parent 74b8a6a0e2
commit 8fc8afd5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ setuptools.setup(
'requests~=2.22',
'num2words>=0.5.10',
'dateparser>=1.0.0',
'datasets==1.18.2',
'datasets==1.18.3',
'seqeval==1.2.2',
'transformers==4.15.0',
'sentence-transformers==2.1.0',