Skip to content

Commit 8e5f1bb

Browse files
Merge branch 'v2' of https://github.com/maxkb-dev/maxkb into v2
2 parents b03c8cf + f1bc8bb commit 8e5f1bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ langchain-ollama = "0.3.4"
3939
langgraph = "0.5.3"
4040
torch = [
4141
{ version = "2.8.0+cpu", markers = "sys_platform == 'linux'", source = "pytorch" },
42-
{ url = "https://download.pytorch.org/whl/cpu/torch-2.8.0-cp311-none-macosx_11_0_arm64.whl", markers = "sys_platform == 'darwin'" }
42+
{ version = "2.8.0+cpu", markers = "sys_platform == 'win'", source = "pytorch" },
43+
{ url = "https://download.pytorch.org/whl/cpu/torch-2.8.0-cp311-none-macosx_11_0_arm64.whl", markers = "sys_platform == 'darwin'" },
4344
]
4445
sentence-transformers = "5.0.0"
4546

0 commit comments

Comments
 (0)