build(deps): bump unstructured_inference version range (#151)

* bump unstructured-inference to 0.2.3

* bump version
This commit is contained in:
Matt Robinson 2023-01-13 17:21:36 -05:00 committed by GitHub
parent f12240c5e7
commit 419c0867d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -69,6 +69,6 @@ setup(
"torch",
"transformers",
],
"local-inference": ["unstructured-inference>=0.2.1"],
"local-inference": ["unstructured-inference>=0.2.3"],
},
)

View File

@ -1 +1 @@
__version__ = "0.4.1-dev0" # pragma: no cover
__version__ = "0.4.1" # pragma: no cover