Skip to content

Commit

Permalink
Merge pull request #395 from Aarhus-Psychiatry-Research/dependabot/pi…
Browse files Browse the repository at this point in the history
…p/transformers-gte-4.22.0-and-lt-4.39.0

fix:(deps-dev): update transformers requirement from <4.38.0,>=4.22.0 to >=4.22.0,<4.39.0
  • Loading branch information
github-actions[bot] authored Feb 26, 2024
2 parents 4db52ab + e394d9d commit d9244de
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.9",
"SQLAlchemy>=1.4.40,<2.0.28",
"pyodbc>=4.0.34, <=5.1.0",
"transformers>=4.22.0,<4.38.0",
"transformers>=4.22.0,<4.39.0",
]

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

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

[tool.coverage.run]
Expand Down

0 comments on commit d9244de

Please sign in to comment.