diff --git a/CHANGELOG.md b/CHANGELOG.md index ac574e0b5a..1ff3e1b496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.15.3 + +### Enhancements + +### Features + +### Fixes + +* **Remove the custom index URL from `extra-paddleocr.in` to resolve the error in the `setup.py` configuration.** + ## 0.15.2 ### Enhancements diff --git a/requirements/extra-paddleocr.in b/requirements/extra-paddleocr.in index 66031f140f..f78a4f2f80 100644 --- a/requirements/extra-paddleocr.in +++ b/requirements/extra-paddleocr.in @@ -1,5 +1,5 @@ -c ./deps/constraints.txt -c base.txt -paddlepaddle==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/ +paddlepaddle==3.0.0b1 unstructured.paddleocr==2.8.0.1 diff --git a/unstructured/__version__.py b/unstructured/__version__.py index bf1a84871c..e8949bf4f6 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.15.2" # pragma: no cover +__version__ = "0.15.3" # pragma: no cover