Skip to content

Commit

Permalink
Extend to transformers v4.29 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd authored May 22, 2023
1 parent 085f07d commit 5363107
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,6 +1,6 @@
spacy>=3.5.0,<4.0.0
numpy>=1.15.0
transformers>=3.4.0,<4.29.0
transformers>=3.4.0,<4.30.0
torch>=1.8.0
srsly>=2.4.0,<3.0.0
dataclasses>=0.6,<1.0; python_version < "3.7"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python_requires = >=3.6
install_requires =
spacy>=3.5.0,<4.0.0
numpy>=1.15.0
transformers>=3.4.0,<4.29.0
transformers>=3.4.0,<4.30.0
torch>=1.8.0
srsly>=2.4.0,<3.0.0
dataclasses>=0.6,<1.0; python_version < "3.7"
Expand Down

0 comments on commit 5363107

Please sign in to comment.