Skip to content

Commit 419c086

Browse files
authored
build(deps): bump unstructured_inference version range (#151)
* bump unstructured-inference to 0.2.3 * bump version
1 parent f12240c commit 419c086

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 0.4.1-dev0
1+
## 0.4.1
22

33
* Added support for text files in the `partition` function
4+
* Pinned `opencv-python` for easier installation on Linux
45

56
## 0.4.0
67

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
"torch",
7070
"transformers",
7171
],
72-
"local-inference": ["unstructured-inference>=0.2.1"],
72+
"local-inference": ["unstructured-inference>=0.2.3"],
7373
},
7474
)

unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1-dev0" # pragma: no cover
1+
__version__ = "0.4.1" # pragma: no cover

0 commit comments

Comments
 (0)