Skip to content

Commit 20f3d82

Browse files
Merge pull request #100 from foundation-model-stack/dependabot/pip/torch-gte-2.2.0-and-lt-2.8
chore: Update torch requirement from <2.6,>=2.2.0 to >=2.2.0,<2.8
2 parents fae7b28 + bfa1ff0 commit 20f3d82

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
@@ -25,7 +25,7 @@ dependencies = [
2525
"numpy>=1.26.4,<2.3.0",
2626
"accelerate>=0.20.3,!=0.34,<1.9",
2727
"transformers>=4.45,<4.54",
28-
"torch>=2.2.0,<2.6",
28+
"torch>=2.2.0,<2.8",
2929
"tqdm>=4.66.2,<5.0",
3030
"datasets>=3.0.0,<5.0",
3131
"pandas",

0 commit comments

Comments
 (0)