We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338aa73 commit 6703b01Copy full SHA for 6703b01
pyproject.toml
@@ -19,7 +19,7 @@ priority = "explicit"
19
python = ">=3.11,<3.14"
20
21
#torch = [{ version = "^2.8.0", markers = "sys_platform != 'linux'" }
22
-torch = { version = "^2.8.0+cpu", markers = "sys_platform == 'linux'", source = "pytorch-cpu" }]
+torch = { version = "^2.8.0+cpu", markers = "sys_platform == 'linux'", source = "pytorch-cpu" }
23
24
typing_extensions = "^4.12.2"
25
lf_toolkit = { git = "https://github.com/lambda-feedback/toolkit-python.git", branch = "main", extras = [
0 commit comments