We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17fd44 commit fa6aca8Copy full SHA for fa6aca8
1 file changed
pyproject.toml
@@ -13,11 +13,7 @@ evaluation_function_dev = "evaluation_function.dev:dev"
13
[tool.poetry.dependencies]
14
python = "^3.12"
15
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
-}
+lf_toolkit = { git = "https://github.com/lambda-feedback/toolkit-python.git", tag = "v1.0.2", extras = ["ipc"] }
21
ultralytics = "^8.1.50"
22
pillow = "^12.1.0"
23
opencv-python-headless = "^4.12.0.88"
0 commit comments