Skip to content

Commit

Permalink
Extend support to transformers v4.33 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd authored Sep 18, 2023
1 parent 34b7e7e commit e66983c
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.32.0
transformers>=3.4.0,<4.34.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 @@ -34,7 +34,7 @@ install_requires =
spacy>=3.5.0,<4.0.0
numpy>=1.15.0; python_version < "3.9"
numpy>=1.19.0; python_version >= "3.9"
transformers>=3.4.0,<4.32.0
transformers>=3.4.0,<4.34.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 e66983c

Please sign in to comment.