Skip to content

Commit

Permalink
Update transformers requirement from <4.12,>=4.3 to >=4.3,<4.13
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.3.0...v4.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2021
1 parent 5f27d46 commit d546c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torch>=1.7,<1.11
transformers>=4.3,<4.12
transformers>=4.3,<4.13
spacy>=3.0,<3.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
extras["spacy"] = ["spacy>=3.0,<3.2"]
extras["all"] = extras["torch"] + extras["spacy"]

install_requires = ["transformers>=4.3,<4.12"]
install_requires = ["transformers>=4.3,<4.13"]

setuptools.setup(
name="transformers_embedder", # Replace with your own username
Expand Down

0 comments on commit d546c35

Please sign in to comment.