mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-12-24 05:34:58 +00:00
build(deps): bump unstructured_inference version range (#151)
* bump unstructured-inference to 0.2.3 * bump version
This commit is contained in:
parent
f12240c5e7
commit
419c0867d3
@ -1,6 +1,7 @@
|
||||
## 0.4.1-dev0
|
||||
## 0.4.1
|
||||
|
||||
* Added support for text files in the `partition` function
|
||||
* Pinned `opencv-python` for easier installation on Linux
|
||||
|
||||
## 0.4.0
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@ -69,6 +69,6 @@ setup(
|
||||
"torch",
|
||||
"transformers",
|
||||
],
|
||||
"local-inference": ["unstructured-inference>=0.2.1"],
|
||||
"local-inference": ["unstructured-inference>=0.2.3"],
|
||||
},
|
||||
)
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "0.4.1-dev0" # pragma: no cover
|
||||
__version__ = "0.4.1" # pragma: no cover
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user