Skip to content

Commit

Permalink
bump release (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Sep 5, 2024
1 parent 1b36efe commit 5003d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymc_bart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"plot_pdp",
"plot_variable_importance",
]
__version__ = "0.6.0"
__version__ = "0.7.0"


pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pymc<5.16.0
pymc<=5.16.2
arviz>=0.18.0
numba
matplotlib
Expand Down

0 comments on commit 5003d15

Please sign in to comment.