We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a4f4a commit a8f7907Copy full SHA for a8f7907
pymc_bart/__init__.py
@@ -25,7 +25,7 @@
25
)
26
27
__all__ = ["BART", "PGBART"]
28
-__version__ = "0.5.1"
+__version__ = "0.5.2"
29
30
31
pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
requirements.txt
@@ -2,3 +2,4 @@ pymc>=5.0.0
2
arviz
3
numba
4
matplotlib
5
+numpy<1.25.0
0 commit comments