fix: 固定pymupdf版本 (#159)
This commit is contained in:
parent
b7199468ef
commit
553af5f783
@ -29,7 +29,7 @@ html2text = "^2024.2.26"
|
|||||||
langchain-openai = "^0.0.8"
|
langchain-openai = "^0.0.8"
|
||||||
django-ipware = "^6.0.4"
|
django-ipware = "^6.0.4"
|
||||||
django-apscheduler = "^0.6.2"
|
django-apscheduler = "^0.6.2"
|
||||||
pymupdf = "^1.24.0"
|
pymupdf = "1.24.1"
|
||||||
python-docx = "^1.1.0"
|
python-docx = "^1.1.0"
|
||||||
xlwt = "^1.3.0"
|
xlwt = "^1.3.0"
|
||||||
dashscope = "^1.17.0"
|
dashscope = "^1.17.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user