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.15,>=4.1 to >=4.1,<4.16 (#5528)
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.15.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: Pete <petew@allenai.org>
  • Loading branch information
dependabot[bot] and epwalsh authored Dec 24, 2021
1 parent 4233247 commit d7e0c87
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 @@ -65,7 +65,7 @@
"scikit-learn",
"scipy",
"pytest",
"transformers>=4.1,<4.15",
"transformers>=4.1,<4.16",
"sentencepiece",
"dataclasses;python_version<'3.7'",
"filelock>=3.3,<3.5",
Expand Down

0 comments on commit d7e0c87

Please sign in to comment.