From 7c6ff0553538e118f831ca0d735ddcdfd81ba6ba Mon Sep 17 00:00:00 2001 From: Mike Gvozdev Date: Thu, 28 Aug 2025 14:07:49 -0400 Subject: [PATCH] update requirements --- preprocessors/content-categoriser/requirements.txt | 2 ++ preprocessors/graphic-caption/requirements.txt | 4 ++-- .../multistage-diagram-segmentation/requirements.txt | 4 ++-- preprocessors/text-followup/requirements.txt | 2 ++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/preprocessors/content-categoriser/requirements.txt b/preprocessors/content-categoriser/requirements.txt index 49415eff..548c7fba 100644 --- a/preprocessors/content-categoriser/requirements.txt +++ b/preprocessors/content-categoriser/requirements.txt @@ -5,3 +5,5 @@ Werkzeug==3.1.0 gunicorn==23.0.0 requests==2.32.3 openai==1.98.0 +pillow==11.3.0 +qwen-vl-utils==0.0.11 \ No newline at end of file diff --git a/preprocessors/graphic-caption/requirements.txt b/preprocessors/graphic-caption/requirements.txt index d3cb5317..d1e9eaab 100644 --- a/preprocessors/graphic-caption/requirements.txt +++ b/preprocessors/graphic-caption/requirements.txt @@ -5,5 +5,5 @@ Werkzeug==3.1.3 gunicorn==23.0.0 requests==2.32.3 openai==1.98.0 - - +pillow==11.3.0 +qwen-vl-utils==0.0.11 diff --git a/preprocessors/multistage-diagram-segmentation/requirements.txt b/preprocessors/multistage-diagram-segmentation/requirements.txt index ecadfa0b..cf43074a 100644 --- a/preprocessors/multistage-diagram-segmentation/requirements.txt +++ b/preprocessors/multistage-diagram-segmentation/requirements.txt @@ -2,8 +2,8 @@ Flask==3.1.0 requests==2.32.3 jsonschema==4.23.0 gunicorn==23.0.0 -pillow==11.1.0 opencv-python==4.11.0.86 ultralytics==8.3.99 openai==1.92.0 -qwen_vl_utils +pillow==11.3.0 +qwen-vl-utils==0.0.11 diff --git a/preprocessors/text-followup/requirements.txt b/preprocessors/text-followup/requirements.txt index 1e789281..1d9f9b9f 100644 --- a/preprocessors/text-followup/requirements.txt +++ b/preprocessors/text-followup/requirements.txt @@ -5,3 +5,5 @@ Werkzeug==3.1.0 gunicorn==23.0.0 requests==2.32.3 openai==1.98.0 +pillow==11.3.0 +qwen-vl-utils==0.0.11 \ No newline at end of file