Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ updates:
- package-ecosystem: "pip"
directory: "/requirements"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "github-actions"
# NOTE(robinson) - Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.2.7-dev0

## 0.2.6

* Add donut model script for image prediction
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=requirements/base.txt
#
Expand Down Expand Up @@ -63,7 +63,7 @@ matplotlib==3.6.3
# via pycocotools
mpmath==1.2.1
# via sympy
numpy==1.24.1
numpy==1.24.2
# via
# contourpy
# layoutparser
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/dev.in
#
Expand Down Expand Up @@ -310,13 +310,13 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.5.0
websocket-client==1.5.1
# via jupyter-server
wheel==0.38.4
# via pip-tools
widgetsnbextension==4.0.5
# via ipywidgets
zipp==3.12.0
zipp==3.12.1
# via
# importlib-metadata
# importlib-resources
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/test.in
#
Expand Down Expand Up @@ -57,7 +57,7 @@ multidict==6.0.4
# via yarl
mypy==0.991
# via -r requirements/test.in
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via
# black
# mypy
Expand Down
2 changes: 1 addition & 1 deletion unstructured_inference/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.6" # pragma: no cover
__version__ = "0.2.7-dev0" # pragma: no cover