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