Skip to content

Commit 39ea989

Browse files
build: bump transformers test dep upper bound from <5 to <6
Transformers v5.x is released and our integration tests were stuck on v4.57.6 due to the <5 cap in [test] extras. Some test failures in the transformers bnb suite are already fixed in v5.x (see transformers#44604). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dff2bac commit 39ea989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test = [
6969
"lion-pytorch==0.2.3",
7070
"pytest~=8.3",
7171
"scipy>=1.11.4,<2",
72-
"transformers>=4.30.1,<5"
72+
"transformers>=4.30.1,<6"
7373
]
7474

7575
[tool.setuptools]

0 commit comments

Comments
 (0)