Skip to content

Commit

Permalink
removing ceiling on transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
hume-brian committed May 20, 2024
1 parent a64252a commit b24524d
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.1.0
numpy>=1.15.0
transformers[sentencepiece]>=3.4.0,<4.39.0
transformers[sentencepiece]>=3.4.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.1.0
numpy>=1.15.0; python_version < "3.9"
numpy>=1.19.0; python_version >= "3.9"
transformers>=3.4.0,<4.39.0
transformers>=3.4.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 b24524d

Please sign in to comment.