Skip to content

Commit 41c853f

Browse files
Merge branch 'main' into custom_ops_syntax
Signed-off-by: andrea-fasoli <[email protected]>
2 parents 4f5e08a + acbff2d commit 41c853f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ dynamic = ["version"]
2424
dependencies = [
2525
"numpy>=1.26.4,<2.3.0",
2626
"accelerate>=0.20.3,!=0.34,<1.7",
27-
"transformers>=4.45,<4.51",
28-
"torch>=2.4,<2.6",
29-
"triton>=3.0,<3.2",
27+
"transformers>=4.45,<4.52",
28+
"torch>=2.2.0,<2.6",
29+
"triton>=3.0,<3.4",
3030
"tqdm>=4.66.2,<5.0",
3131
"datasets>=3.0.0,<4.0",
3232
"ninja>=1.11.1.1,<2.0",

0 commit comments

Comments
 (0)