Skip to content

Commit

Permalink
Extend support to transformers v4.36 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd authored Dec 19, 2023
1 parent 511ebe1 commit 77cea11
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[sentencepiece]>=3.4.0,<4.36.0
transformers[sentencepiece]>=3.4.0,<4.37.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 @@ 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.36.0
transformers>=3.4.0,<4.37.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 77cea11

Please sign in to comment.