Skip to content

Commit d84080b

Browse files
authored
unpin pymc version (#557)
* unfix pymc * test setuptools * skip test
1 parent 8e70964 commit d84080b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bambi/tests/test_built_models.py

+1
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ def test_binomial_regression():
590590
model.fit(draws=10, tune=10)
591591

592592

593+
@pytest.mark.skip(reason="this example no longer trigger the fallback to adapt_diag")
593594
def test_init_fallback(init_data, caplog):
594595
model = Model("od ~ temp + (1|source) + 0", init_data)
595596
with caplog.at_level(logging.INFO):

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ arviz>=0.11.2
22
formulae==0.3.4
33
numpy>=1.16.1, <1.22.0
44
pandas>=1.0.0
5-
pymc==4.0.0
5+
pymc>=4.0.0
66
scipy>=1.7.0
7+
setuptools>47.1.0

0 commit comments

Comments
 (0)