Update transformers minimum version to 4.56.1 (#4047)

This commit is contained in:
Albert Villanova del Moral
2025-09-09 16:05:04 +02:00
committed by GitHub
parent 27e30f86ef
commit 82b34e5723
3 changed files with 3 additions and 3 deletions

View File

@ -235,7 +235,7 @@ jobs:
uv pip install ".[dev]" uv pip install ".[dev]"
uv pip install accelerate==1.4.0 uv pip install accelerate==1.4.0
uv pip install datasets==3.0.0 uv pip install datasets==3.0.0
uv pip install transformers==4.56.0 uv pip install transformers==4.56.1
- name: Test with pytest - name: Test with pytest
run: | run: |

View File

@ -1,3 +1,3 @@
accelerate>=1.4.0 accelerate>=1.4.0
datasets>=3.0.0 datasets>=3.0.0
transformers>=4.56.0 transformers>=4.56.1

View File

@ -29,7 +29,7 @@ include_package_data = True
install_requires = install_requires =
accelerate>=1.4.0 accelerate>=1.4.0
datasets>=3.0.0 datasets>=3.0.0
transformers>=4.56.0 transformers>=4.56.1
[options.packages.find] [options.packages.find]
exclude = exclude =