mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-12-28 15:45:21 +00:00
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:
parent
7437f0a084
commit
d6a84bdfbb
10
CHANGELOG.md
10
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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "0.15.2" # pragma: no cover
|
||||
__version__ = "0.15.3" # pragma: no cover
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user