Skip to content

Commit 6703b01

Browse files
committed
Fixed broken toml file
1 parent 338aa73 commit 6703b01

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
@@ -19,7 +19,7 @@ priority = "explicit"
1919
python = ">=3.11,<3.14"
2020

2121
#torch = [{ version = "^2.8.0", markers = "sys_platform != 'linux'" }
22-
torch = { version = "^2.8.0+cpu", markers = "sys_platform == 'linux'", source = "pytorch-cpu" }]
22+
torch = { version = "^2.8.0+cpu", markers = "sys_platform == 'linux'", source = "pytorch-cpu" }
2323

2424
typing_extensions = "^4.12.2"
2525
lf_toolkit = { git = "https://github.com/lambda-feedback/toolkit-python.git", branch = "main", extras = [

0 commit comments

Comments
 (0)