Skip to content

Commit

Permalink
[MNT] bound transformers<4.41.0 (#6447)
Browse files Browse the repository at this point in the history
Carries out @benHeid's suggestion to fix #6445
  • Loading branch information
fkiraly committed May 19, 2024
1 parent 6d34a11 commit 5098ebe
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 @@ -273,7 +273,7 @@ dl = [
'neuralforecast<1.8.0,>=1.6.4; python_version < "3.11"',
'tensorflow<2.17,>=2; python_version < "3.12"',
'torch; python_version < "3.12"',
'transformers[torch]; python_version < "3.12"',
'transformers[torch]<4.41.0; python_version < "3.12"',
]
mlflow = [
"mlflow",
Expand Down

0 comments on commit 5098ebe

Please sign in to comment.