Skip to content

Commit 1a8ad39

Browse files
authored
fix: LEAP-1937: Fix opencv dependency (#445)
1 parent d2ca4fa commit 1a8ad39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jsonschema = ">=4.23.0"
4545
lxml = ">=4.2.5"
4646
nltk = "^3.9.1"
4747
numpy = ">=1.26.4,<3.0.0"
48+
opencv-python = "^4.9.0"
4849
pandas = ">=0.24.0"
4950
pydantic = ">= 1.9.2"
5051
pydantic-core = "^2.18.2"
@@ -78,3 +79,6 @@ line-length = 120
7879
[build-system]
7980
requires = ["poetry-core"]
8081
build-backend = "poetry.core.masonry.api"
82+
83+
[project.scripts]
84+
label-studio-converter = "label_studio_sdk.converter.main:main"

0 commit comments

Comments
 (0)