소스 검색

build(docker): update rapid-table dependency

- Update rapid-table version from ==0.3.0 to >=1.0.3,<2.0.0 in multiple requirements files
- This change affects Ascend NPU, China, and Global Docker configurations
myhloli 10 달 전
부모
커밋
61f75b307a
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      docker/ascend_npu/requirements.txt
  2. 1 1
      docker/china/requirements.txt
  3. 1 1
      docker/global/requirements.txt

+ 1 - 1
docker/ascend_npu/requirements.txt

@@ -19,7 +19,7 @@ einops
 accelerate
 rapidocr-paddle
 rapidocr-onnxruntime
-rapid_table==0.3.0
+rapid-table>=1.0.3,<2.0.0
 doclayout-yolo==0.0.2b1
 openai
 detectron2

+ 1 - 1
docker/china/requirements.txt

@@ -18,7 +18,7 @@ einops
 accelerate
 rapidocr-paddle
 rapidocr-onnxruntime
-rapid_table==0.3.0
+rapid-table>=1.0.3,<2.0.0
 doclayout-yolo==0.0.2b1
 openai
 detectron2

+ 1 - 1
docker/global/requirements.txt

@@ -18,7 +18,7 @@ einops
 accelerate
 rapidocr-paddle
 rapidocr-onnxruntime
-rapid_table==0.3.0
+rapid-table>=1.0.3,<2.0.0
 doclayout-yolo==0.0.2b1
 openai
 detectron2