Skip to content

Commit 103bd66

Browse files
committed
fix: correct torch dependency syntax in pyproject.toml
1 parent 7fc1d89 commit 103bd66

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
"langchain-huggingface==0.3.0",
3030
"langchain-ollama==0.3.4",
3131
"langgraph==0.5.3",
32-
"torch=2.8.0",
32+
"torch==2.8.0",
3333
"sentence-transformers==5.0.0",
3434
"qianfan==0.4.12.3",
3535
"zhipuai==2.1.5.20250708",

0 commit comments

Comments
 (0)