Skip to content

Commit 7986e23

Browse files
authored
bump release (#220)
1 parent 73813e1 commit 7986e23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymc_bart/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"plot_variable_importance",
4343
"plot_variable_inclusion",
4444
]
45-
__version__ = "0.8.2"
45+
__version__ = "0.9.0"
4646

4747

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

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pymc>=5.16.2, <=5.19.1
1+
pymc>=5.16.2, <=5.20.1
22
arviz>=0.18.0
33
numba
44
matplotlib

0 commit comments

Comments
 (0)