Skip to content

Commit

Permalink
fix:(deps-dev): update transformers requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.22.0...v4.37.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 11ef052 commit da6aa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"dill>=0.3.5,<0.3.8",
"SQLAlchemy>=1.4.40,<2.0.26",
"pyodbc>=4.0.34, <=5.0.1",
"transformers>=4.22.0,<4.37.0",
"transformers>=4.22.0,<4.38.0",
]

[project.optional-dependencies]
Expand All @@ -53,7 +53,7 @@ dev = [
]

text = [
"transformers>=4.22.0,<4.37.0",
"transformers>=4.22.0,<4.38.0",
]

[tool.coverage.run]
Expand Down

0 comments on commit da6aa87

Please sign in to comment.