Skip to content

Commit a8f7907

Browse files
authored
bump release (#124)
* bump release * pin numpy * pin numpy * pin numpy
1 parent c2a4f4a commit a8f7907

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pymc_bart/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
)
2626

2727
__all__ = ["BART", "PGBART"]
28-
__version__ = "0.5.1"
28+
__version__ = "0.5.2"
2929

3030

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

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ pymc>=5.0.0
22
arviz
33
numba
44
matplotlib
5+
numpy<1.25.0

0 commit comments

Comments
 (0)