Skip to content

Commit 5e0ec29

Browse files
authored
use last pymc version (#227)
1 parent ff3a81e commit 5e0ec29

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.9.0"
45+
__version__ = "0.9.1"
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.20.1
1+
pymc>=5.16.2, <=5.22.0
22
arviz>=0.18.0
33
numba
44
matplotlib

0 commit comments

Comments
 (0)