Skip to content

Commit fa6aca8

Browse files
authored
Update pyproject.toml
1 parent d17fd44 commit fa6aca8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ evaluation_function_dev = "evaluation_function.dev:dev"
1313
[tool.poetry.dependencies]
1414
python = "^3.12"
1515
typing_extensions = "^4.12.2"
16-
lf_toolkit = {
17-
git = "https://github.com/lambda-feedback/toolkit-python.git",
18-
tag = "v1.0.2",
19-
extras = ["ipc"]
20-
}
16+
lf_toolkit = { git = "https://github.com/lambda-feedback/toolkit-python.git", tag = "v1.0.2", extras = ["ipc"] }
2117
ultralytics = "^8.1.50"
2218
pillow = "^12.1.0"
2319
opencv-python-headless = "^4.12.0.88"

0 commit comments

Comments
 (0)