Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Update transformers requirement from <4.9,>=4.1 to >=4.1,<4.10 (#5326)
Browse files Browse the repository at this point in the history
Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.1.0...v4.9.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
  • Loading branch information
dependabot[bot] and dirkgr authored Jul 26, 2021
1 parent 1b5ef3a commit fd429b2
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 @@ -66,7 +66,7 @@
"scikit-learn",
"scipy",
"pytest",
"transformers>=4.1,<4.9",
"transformers>=4.1,<4.10",
"sentencepiece",
"dataclasses;python_version<'3.7'",
"filelock>=3.0,<3.1",
Expand Down

0 comments on commit fd429b2

Please sign in to comment.