diff --git a/euler-copilot-rag-0.9.6.tar.gz b/euler-copilot-rag-0.9.6.tar.gz index 3969e33800a172188baf597a1552a0d3af020dc2..90ea2e198bae39d02fcb105a4861717098f04a2e 100644 Binary files a/euler-copilot-rag-0.9.6.tar.gz and b/euler-copilot-rag-0.9.6.tar.gz differ diff --git a/euler-copilot-rag.spec b/euler-copilot-rag.spec index 1e757f2aec1e5a2040b5a864856a304405ddc9fd..fc9f8a28b79d0f1b072f9e6be7c12b93d64fb9da 100644 --- a/euler-copilot-rag.spec +++ b/euler-copilot-rag.spec @@ -1,15 +1,17 @@ %define _python_bytecompile_skip 1 Name: euler-copilot-rag Version: 0.9.6 -Release: 1 +Release: 2 Summary: Document Parsing and Retrieval-Augmented Engine License: MulanPSL-2.0 URL: https://gitee.com/openeuler/euler-copilot-rag Source0: %{name}-%{version}.tar.gz Requires: python3 +Requires: python3-pip Requires: python3-aiofiles Requires: python3-aiomysql +Requires: python3-APScheduler Requires: python3-asgi-correlation-id Requires: python3-asyncpg Requires: python3-beautifulsoup4 @@ -51,6 +53,7 @@ Requires: python3-tiktoken Requires: python3-urllib3 Requires: python3-uvicorn Requires: python3-xlrd +Requires: libglvnd-glx %description @@ -65,13 +68,10 @@ A document parsing and retrieval-augmented engine with 10+ format support, 7+ re %define debug_package %{nil} -%pre -pip install opencv-python-headless -i https://mirrors.huaweicloud.com/repository/pypi/simple &> /dev/null - %post -pip install albucore albumentations paddleocr imgaug opencv-contrib-python opencv-python rapidfuzz pymupdf apscheduler \ - -i https://mirrors.huaweicloud.com/repository/pypi/simple &> /dev/null +pip install albucore==0.0.24 albumentations==2.0.6 paddleocr==2.10.0 imgaug==0.4.0 opencv-contrib-python==4.11.0.86 opencv-python==4.11.0.86 opencv-python-headless==4.11.0.86 rapidfuzz==3.13.0 pymupdf==1.26.0 paddlepaddle==2.6.2 \ + -i https://mirrors.huaweicloud.com/repository/pypi/simple echo -e "\033[0;32m%{name}-%{version}-%{release} installed successfully.\033[0m" @@ -110,9 +110,10 @@ chmod 640 %{buildroot}%{_sysconfdir}/%{name}/data_chain/env %config(noreplace) %{_sysconfdir}/%{name}/chat2db/env %config(noreplace) %{_sysconfdir}/%{name}/data_chain/env - -%changelog %changelog +* Tue Jun 17 2025 WANG-shine - 0.9.6-2 +- Bug fix + * Mon Jun 09 2025 liujiangbin - 0.9.6-1 - Package Spec generated