Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz authored Jul 23, 2024
2 parents dc4f3d6 + 8234c4b commit b546408
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ cleandocs:

run_notebooks:
python scripts/run_notebooks/runner.py

uml:
pip install .[docs]
pyreverse pymc_marketing/mmm -d docs/source/uml -f 'ALL' -o png -p mmm
pyreverse pymc_marketing/clv -d docs/source/uml -f 'ALL' -o png -p clv
Binary file modified docs/source/uml/classes_clv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/uml/classes_mmm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/uml/packages_clv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/uml/packages_mmm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,25 @@ dependencies = [

[project.optional-dependencies]
docs = [
"sphinx",
"ipython!=8.7.0",
"blackjax",
"fastprogress",
"graphviz",
"ipython!=8.7.0",
"labs-sphinx-theme",
"lifetimes",
"myst-parser",
"myst-nb<=1.0.0",
"myst-parser",
"numba",
"numpydoc",
"numpyro",
"blackjax",
"nutpie",
"numba",
"labs-sphinx-theme",
"sphinx-copybutton",
"pylint",
"sphinx-autodoc-typehints",
"sphinxext-opengraph",
"sphinx-notfound-page",
"sphinx-copybutton",
"sphinx-design",
"sphinx-notfound-page",
"sphinx",
"sphinxext-opengraph",
"watermark",
]
lint = ["mypy", "pandas-stubs", "pre-commit>=2.19.0", "ruff>=0.1.4"]
Expand Down

0 comments on commit b546408

Please sign in to comment.