File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ jieba = "0.42.1"
3131rank_bm25 = " 0.2.2"
3232openpyxl = " 3.1.4"
3333networkx = " 3.1"
34- opencv-python = " 4.10.0.84"
34+ opencv-python = " ~ 4.10.0.84"
3535PyMuPDF = " ~1.23.16"
3636rapidocr_onnxruntime = " ~1.3.8"
3737requests = " ~2.31.0"
@@ -44,7 +44,7 @@ markdownify = ">=0.11.6"
4444tqdm = " >=4.66.1"
4545websockets = " >=12.0"
4646numpy = " ~1.24.4"
47- pandas = " ~1" # test
47+ pandas = " ~1.3.0 " # test
4848pydantic = " ~2.7.4"
4949httpx = {version = " >=0.25.2" , extras = [" brotli" , " http2" , " socks" ]}
5050python-multipart = " 0.0.9"
@@ -56,6 +56,7 @@ streamlit-chatbox = "1.1.12.post4"
5656streamlit-modal = " 0.1.0"
5757streamlit-aggrid = " 1.0.5"
5858streamlit-extras = " 0.4.2"
59+ htbuilder = " 0.6.2"
5960xinference_client = { version = " ^0.13.0" , optional = true }
6061zhipuai = { version = " ^2.1.0" , optional = true }
6162pymysql = " ^1.1.0"
@@ -250,7 +251,7 @@ dotenv = "dotenv:plugin"
250251
251252
252253# https://python-poetry.org/docs/repositories/
253- # [[tool.poetry.source]]
254- # name = "tsinghua"
255- # url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
256- # priority = "primary"
254+ [[tool .poetry .source ]]
255+ name = " tsinghua"
256+ url = " https://pypi.tuna.tsinghua.edu.cn/simple/"
257+ priority = " primary"
You can’t perform that action at this time.
0 commit comments