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 <mrobinson@unstructuredai.io>
Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
This commit is contained in:
Christine Straub 2024-08-14 10:19:20 -07:00 committed by GitHub
parent 7437f0a084
commit d6a84bdfbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
__version__ = "0.15.2" # pragma: no cover
__version__ = "0.15.3" # pragma: no cover