Skip to content

Commit 02e9f6c

Browse files
committed
attept multiversion spec
1 parent 300f46f commit 02e9f6c

2 files changed

Lines changed: 15 additions & 136 deletions

File tree

poetry.lock

Lines changed: 13 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ langchain-huggingface = "^0.1.0"
3232
einops = "^0.8.0"
3333
boto3 = "^1.34.148"
3434
torch = [
35-
{ version = "2.2.*", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'", source = "pytorch_cpu" },
36-
{ version = "2.2.*", markers = "sys_platform == 'darwin' and platform_machine == 'x86_64'", source = "PyPI" }
35+
{ version = "^2.4.0+cpu", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'", source = "pytorch_cpu" },
36+
{ version = "2.2.*", markers = "sys_platform != 'linux' or platform_machine != 'x86_64'", source = "PyPI" },
3737
]
3838
langchain-chroma = "^0.1.4"
3939
langchain-ollama = "^0.2.0"

0 commit comments

Comments
 (0)