We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928144d commit 018f046Copy full SHA for 018f046
pyproject.toml
@@ -81,8 +81,8 @@ xpack-llm-docs = [
81
"pypdf",
82
# unstructured dependency, but unstructured doesn't force this version even though it's needed
83
"pdfminer.six == 20250506",
84
- "paddleocr[doc-parser] >= 3.2.0",
85
- "paddlepaddle >=3.1.1"
+ "paddleocr[doc-parser] == 3.2.0",
+ "paddlepaddle == 3.1.1"
86
]
87
xpack-sharepoint = [
88
"Office365-REST-Python-Client >= 2.5.3",
0 commit comments