Przeglądaj źródła

fix: update magika version constraint to allow for newer releases

myhloli 4 tygodni temu
rodzic
commit
ef485db9a8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -38,7 +38,7 @@ dependencies = [
     "scikit-image>=0.25.0,<1.0.0",
     "openai>=1.70.0,<3",
     "beautifulsoup4>=4.13.5,<5",
-    "magika>=0.6.2,<0.7.0",
+    "magika>=0.6.2,<1.1.0",
     "mineru-vl-utils>=0.1.15,<1",
 ]