Skip to content

Commit 071c27a

Browse files
authored
更新依赖 (#5285)
1 parent 40994eb commit 071c27a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

libs/chatchat-server/pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jieba = "0.42.1"
3131
rank_bm25 = "0.2.2"
3232
openpyxl = "3.1.4"
3333
networkx = "3.1"
34-
opencv-python = "4.10.0.84"
34+
opencv-python = "~4.10.0.84"
3535
PyMuPDF = "~1.23.16"
3636
rapidocr_onnxruntime = "~1.3.8"
3737
requests = "~2.31.0"
@@ -44,7 +44,7 @@ markdownify = ">=0.11.6"
4444
tqdm = ">=4.66.1"
4545
websockets = ">=12.0"
4646
numpy = "~1.24.4"
47-
pandas = "~1" # test
47+
pandas = "~1.3.0" # test
4848
pydantic = "~2.7.4"
4949
httpx = {version = ">=0.25.2", extras = ["brotli", "http2", "socks"]}
5050
python-multipart = "0.0.9"
@@ -56,6 +56,7 @@ streamlit-chatbox = "1.1.12.post4"
5656
streamlit-modal = "0.1.0"
5757
streamlit-aggrid = "1.0.5"
5858
streamlit-extras = "0.4.2"
59+
htbuilder = "0.6.2"
5960
xinference_client = { version = "^0.13.0", optional = true }
6061
zhipuai = { version = "^2.1.0", optional = true }
6162
pymysql = "^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"

0 commit comments

Comments
 (0)