Skip to content

Commit b43da8f

Browse files
committed
bump release
1 parent 3364ed3 commit b43da8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymc_bart/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"plot_variable_importance",
4343
"plot_variable_inclusion",
4444
]
45-
__version__ = "0.7.1"
45+
__version__ = "0.8.0"
4646

4747

4848
pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pymc>=5.16.2, <=5.18
1+
pymc>=5.16.2, <=5.19.1
22
arviz>=0.18.0
33
numba
44
matplotlib

0 commit comments

Comments
 (0)