Skip to content

Commit 0873189

Browse files
Merge pull request #3187 from parth2510/fix-transformers-typo-extras
Fix extras transformers typo in pyproject.toml
2 parents 133d940 + 7548d2b commit 0873189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ colab-new = [
456456
"unsloth_zoo>=2025.8.7",
457457
"packaging",
458458
"tyro",
459-
"ransformers>=4.51.3,!=4.47.0,!=4.52.0,!=4.52.1,!=4.52.2,!=4.52.3,!=4.53.0,!=4.54.0,!=4.55.0,!=4.55.1",
459+
"transformers>=4.51.3,!=4.47.0,!=4.52.0,!=4.52.1,!=4.52.2,!=4.52.3,!=4.53.0,!=4.54.0,!=4.55.0,!=4.55.1",
460460
"datasets>=3.4.1,<4.0.0",
461461
"sentencepiece>=0.2.0",
462462
"tqdm",

0 commit comments

Comments
 (0)