Skip to content

Commit

Permalink
unpin pymc version (#557)
Browse files Browse the repository at this point in the history
* unfix pymc

* test setuptools

* skip test
  • Loading branch information
aloctavodia authored Aug 16, 2022
1 parent 8e70964 commit d84080b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bambi/tests/test_built_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ def test_binomial_regression():
model.fit(draws=10, tune=10)


@pytest.mark.skip(reason="this example no longer trigger the fallback to adapt_diag")
def test_init_fallback(init_data, caplog):
model = Model("od ~ temp + (1|source) + 0", init_data)
with caplog.at_level(logging.INFO):
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ arviz>=0.11.2
formulae==0.3.4
numpy>=1.16.1, <1.22.0
pandas>=1.0.0
pymc==4.0.0
pymc>=4.0.0
scipy>=1.7.0
setuptools>47.1.0

0 comments on commit d84080b

Please # to comment.