Skip to content

Commit

Permalink
Merge pull request #57 from Riccorl/dependabot/pip/transformers-gte-4…
Browse files Browse the repository at this point in the history
….14-and-lt-4.29

Update transformers requirement from <4.25,>=4.14 to >=4.14,<4.29
  • Loading branch information
Riccorl authored May 19, 2023
2 parents ff060d5 + 8e32b64 commit 52258a4
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,<1.14
transformers>=4.14,<4.25
transformers>=4.14,<4.29
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.25"]
install_requires = ["transformers>=4.14,<4.29"]

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

0 comments on commit 52258a4

Please sign in to comment.