Răsfoiți Sursa

pycocotools upgrade incompatible since 2.0.9 (#4138)

Tingquan Gao 5 luni în urmă
părinte
comite
56bf9d0550
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -57,7 +57,7 @@ DEP_SPECS = {
     "prettytable": "",
     "py-cpuinfo": "",
     "pyclipper": "",
-    "pycocotools": "",
+    "pycocotools": "<=2.0.8",  # pycocotools upgrade incompatible since 2.0.9
     "pydantic": ">= 2",
     "pypdfium2": ">= 4",
     "PyYAML": "== 6.0.2",