Skip to content

Commit

Permalink
fix:(deps): 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.42.3...v4.45.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent 0b5481b commit 3beb883
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.10",
"SQLAlchemy>=1.4.40,<2.0.36",
"pyodbc>=4.0.34, <=5.1.0",
"transformers>=4.42.3,<4.45.0",
"transformers>=4.42.3,<4.46.0",
]

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

text = [
"transformers>=4.42.3,<4.45.0",
"transformers>=4.42.3,<4.46.0",
]

[tool.coverage.run]
Expand Down

0 comments on commit 3beb883

Please sign in to comment.