Skip to content

Commit 6543f51

Browse files
albertvillanovasergiopaniego
authored andcommitted
Hotfix: Exclude transformers 4.57.0 for Python 3.9 (#4209)
Co-authored-by: Sergio Paniego Blanco <sergiopaniegoblanco@gmail.com>
1 parent ae2a0e7 commit 6543f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ install_requires =
3030
accelerate>=1.4.0
3131
datasets>=3.0.0
3232
transformers>=4.56.1
33+
transformers!=4.57.0; python_version == "3.9"
3334

3435
[options.packages.find]
3536
exclude =

0 commit comments

Comments
 (0)