Skip to content

Commit

Permalink
Bump transformers from 2.4.1 to 4.30.0
Browse files Browse the repository at this point in the history
Bumps [transformers](https://github.com/huggingface/transformers) from 2.4.1 to 4.30.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v2.4.1...v4.30.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 12, 2023
1 parent fa4ad48 commit afb6c37
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
Expand Up @@ -8,4 +8,4 @@ sklearn==0.0
tabulate==0.8.6
torch==1.4.0
tqdm==4.42.1
transformers==2.4.1
transformers==4.30.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description='文本分类工具集',
packages=find_packages(),
install_requires=[
"transformers==2.4.1",
"transformers==4.30.0",
"torch>=1.1.0",
"Click>=7.0.0",
"tabulate",
Expand Down

0 comments on commit afb6c37

Please sign in to comment.