Skip to content

Commit

Permalink
fix: relax transformers version
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Aug 4, 2024
1 parent f0880cf commit fd7b86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
transformers = "<4.42.0"
transformers = "^4.42.0"
tqdm = ">=4.0.0"
dataclasses-json = "^0.6.2"

Expand Down

0 comments on commit fd7b86c

Please sign in to comment.