Skip to content

Commit

Permalink
Replace pymc4 by pymc in noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vandalt committed Oct 28, 2023
1 parent 035ed72 commit e068802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_jax(session):

@nox.session(python=ALL_PYTHON_VS)
def test_all(session):
session.install(".[test,pymc3,pymc4,jax,comparison]")
session.install(".[test,pymc3,pymc,jax,comparison]")
session.run("python", "-c", "import jax")
session.run("python", "-c", "import aesara")
session.run("python", "-c", "import theano")
Expand Down

0 comments on commit e068802

Please sign in to comment.