File tree Expand file tree Collapse file tree 6 files changed +15
-13
lines changed Expand file tree Collapse file tree 6 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ updates:
33 - package-ecosystem : " pip"
44 directory : " /requirements"
55 schedule :
6- interval : " weekly "
6+ interval : " monthly "
77
88 - package-ecosystem : " github-actions"
99 # NOTE(robinson) - Workflow files stored in the
1010 # default location of `.github/workflows`
1111 directory : " /"
1212 schedule :
13- interval : " weekly "
13+ interval : " monthly "
Original file line number Diff line number Diff line change 1+ ## 0.2.7-dev0
2+
13## 0.2.6
24
35* Add donut model script for image prediction
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with python 3.8
3- # To update, run :
2+ # This file is autogenerated by pip-compile with Python 3.8
3+ # by the following command :
44#
55# pip-compile --output-file=requirements/base.txt
66#
@@ -63,7 +63,7 @@ matplotlib==3.6.3
6363 # via pycocotools
6464mpmath==1.2.1
6565 # via sympy
66- numpy==1.24.1
66+ numpy==1.24.2
6767 # via
6868 # contourpy
6969 # layoutparser
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with python 3.8
3- # To update, run :
2+ # This file is autogenerated by pip-compile with Python 3.8
3+ # by the following command :
44#
55# pip-compile requirements/dev.in
66#
@@ -310,13 +310,13 @@ webencodings==0.5.1
310310 # via
311311 # bleach
312312 # tinycss2
313- websocket-client==1.5.0
313+ websocket-client==1.5.1
314314 # via jupyter-server
315315wheel==0.38.4
316316 # via pip-tools
317317widgetsnbextension==4.0.5
318318 # via ipywidgets
319- zipp==3.12.0
319+ zipp==3.12.1
320320 # via
321321 # importlib-metadata
322322 # importlib-resources
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with python 3.8
3- # To update, run :
2+ # This file is autogenerated by pip-compile with Python 3.8
3+ # by the following command :
44#
55# pip-compile requirements/test.in
66#
@@ -57,7 +57,7 @@ multidict==6.0.4
5757 # via yarl
5858mypy==0.991
5959 # via -r requirements/test.in
60- mypy-extensions==0.4.3
60+ mypy-extensions==1.0.0
6161 # via
6262 # black
6363 # mypy
Original file line number Diff line number Diff line change 1- __version__ = "0.2.6 " # pragma: no cover
1+ __version__ = "0.2.7-dev0 " # pragma: no cover
You can’t perform that action at this time.
0 commit comments