Skip to content

Commit

Permalink
Update transformers requirement from <4.35,>=4.14 to >=4.14,<4.38
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.14.0...v4.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 23, 2024
1 parent bacf4c5 commit bd93194
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,2 +1,2 @@
torch>=1.7
transformers>=4.14,<4.35
transformers>=4.14,<4.38
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["all"] = extras["torch"]
extras["docs"] = ["mkdocs-material"]

install_requires = ["transformers>=4.14,<4.35"]
install_requires = ["transformers>=4.14,<4.38"]

setuptools.setup(
name="transformers_embedder",
Expand Down

0 comments on commit bd93194

Please sign in to comment.