Skip to content

Commit 7b9d187

Browse files
authored
Merge pull request #434 from caikit/dependabot/pip/torch-gte-2.3.1-and-lt-2.9.0
Update torch requirement from <2.7.0,>=2.3.1 to >=2.3.1,<2.9.0
2 parents d83d028 + 3ea232a commit 7b9d187

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
@@ -29,7 +29,7 @@ dependencies = [
2929
"scipy>=1.10.0",
3030
"sentence-transformers>=3.4.0,<3.5.0",
3131
"tokenizers>=0.20.0",
32-
"torch>=2.3.1,<2.7.0",
32+
"torch>=2.3.1,<2.9.0",
3333
"tqdm>=4.67.0",
3434
"transformers>=4.48.3,<4.50.0",
3535
"peft==0.14.0",

0 commit comments

Comments
 (0)