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.34.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2023
1 parent dc11e5a commit a1c9d70
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.22",
"pyodbc>=4.0.34, <=4.1.0",
"transformers>=4.22.0,<4.34.0",
"transformers>=4.22.0,<4.35.0",
]

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

text = [
"transformers>=4.22.0,<4.34.0",
"transformers>=4.22.0,<4.35.0",
]

[tool.coverage.run]
Expand Down

0 comments on commit a1c9d70

Please sign in to comment.