소스 검색

pycocotools upgrade incompatible since 2.0.9 (#4138)

Tingquan Gao 5 달 전
부모
커밋
56bf9d0550
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",