Преглед изворни кода

feat: add scikit-image to project dependencies

myhloli пре 3 месеци
родитељ
комит
ebb5e317db
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -35,6 +35,7 @@ dependencies = [
     "json-repair>=0.46.2",
     "opencv-python>=4.11.0.86",
     "fast-langdetect>=0.2.3,<0.3.0",
+    "scikit-image",
 ]
 
 [project.optional-dependencies]