Skip to content

Commit d6a84bd

Browse files
build(deps): update extra-paddleocr requirements (#3515)
This PR removes custom index URL for `paddlepaddle` installation in `extra-paddleocr.in`, resolving `setup.py` configuration error. Now uses `paddlepaddle==3.0.0b1` directly from PyPI, simplifying installation process. --------- Co-authored-by: Matt Robinson <[email protected]> Co-authored-by: Matt Robinson <[email protected]>
1 parent 7437f0a commit d6a84bd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.15.3
2+
3+
### Enhancements
4+
5+
### Features
6+
7+
### Fixes
8+
9+
* **Remove the custom index URL from `extra-paddleocr.in` to resolve the error in the `setup.py` configuration.**
10+
111
## 0.15.2
212

313
### Enhancements

requirements/extra-paddleocr.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-c ./deps/constraints.txt
22
-c base.txt
33

4-
paddlepaddle==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
4+
paddlepaddle==3.0.0b1
55
unstructured.paddleocr==2.8.0.1

unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.15.2" # pragma: no cover
1+
__version__ = "0.15.3" # pragma: no cover

0 commit comments

Comments
 (0)