Skip to content

Commit

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

Update transformers requirement from <4.9,>=4.3 to >=4.3,<4.11
  • Loading branch information
Riccorl authored Sep 10, 2021
2 parents 3bf5fb4 + ba2c8cd commit 3d4f2d1
Showing 1 changed file with 1 addition and 1 deletion.
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.9"]
install_requires = ["transformers>=4.3,<4.11"]

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

0 comments on commit 3d4f2d1

Please sign in to comment.