Ver código fonte

feat: add scikit-image to project dependencies

myhloli 3 meses atrás
pai
commit
ebb5e317db
1 arquivos alterados com 1 adições e 0 exclusões
  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]