We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73813e1 commit 7986e23Copy full SHA for 7986e23
pymc_bart/__init__.py
@@ -42,7 +42,7 @@
42
"plot_variable_importance",
43
"plot_variable_inclusion",
44
]
45
-__version__ = "0.8.2"
+__version__ = "0.9.0"
46
47
48
pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
requirements.txt
@@ -1,4 +1,4 @@
1
-pymc>=5.16.2, <=5.19.1
+pymc>=5.16.2, <=5.20.1
2
arviz>=0.18.0
3
numba
4
matplotlib
0 commit comments