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.11,>=4.1 to >=4.1,<4.12 (#5422)
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.11.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 committed Sep 30, 2021
1 parent 603552f commit a63e28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -66,7 +66,7 @@
"scikit-learn",
"scipy",
"pytest",
"transformers>=4.1,<4.11",
"transformers>=4.1,<4.12",
"sentencepiece",
"dataclasses;python_version<'3.7'",
"filelock>=3.0,<3.2",
Expand Down

0 comments on commit a63e28c

Please sign in to comment.