Skip to content

Commit

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

Update transformers requirement from <4.13,>=4.3 to >=4.3,<4.14
  • Loading branch information
Riccorl authored Dec 10, 2021
2 parents 006e3b6 + e4f01ca commit 491839d
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.13
transformers>=4.3,<4.14
spacy>=3.0,<3.3
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.3"]
extras["all"] = extras["torch"] + extras["spacy"]

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

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

0 comments on commit 491839d

Please sign in to comment.