Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda-envs/environment-dev-py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- defaults
dependencies:
- aeppl=0.0.18
- aeppl=0.0.26
- aesara=2.3.8
- arviz>=0.11.4
- cachetools>=4.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/environment-dev-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- defaults
dependencies:
- aeppl=0.0.18
- aeppl=0.0.26
- aesara=2.3.8
- arviz>=0.11.4
- cachetools>=4.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/environment-dev-py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- defaults
dependencies:
- aeppl=0.0.18
- aeppl=0.0.26
- aesara=2.3.8
- arviz>=0.11.4
- cachetools>=4.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/environment-test-py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- defaults
dependencies:
- aeppl=0.0.18
- aeppl=0.0.26
- aesara=2.3.8
- arviz>=0.11.4
- cachetools>=4.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/environment-test-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- defaults
dependencies:
- aeppl=0.0.18
- aeppl=0.0.26
- aesara=2.3.8
- arviz>=0.11.4
- cachetools>=4.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/environment-test-py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- defaults
dependencies:
- aeppl=0.0.18
- aeppl=0.0.26
- aesara=2.3.8
- arviz>=0.11.4
- cachetools>=4.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/windows-environment-dev-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults
dependencies:
# base dependencies (see install guide for Windows)
- aeppl=0.0.18
- aeppl=0.0.26
- aesara=2.3.8
- arviz>=0.11.4
- cachetools>=4.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/windows-environment-test-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults
dependencies:
# base dependencies (see install guide for Windows)
- aeppl=0.0.18
- aeppl=0.0.26
- aesara=2.3.8
- arviz>=0.11.4
- cachetools>=4.2.1
Expand Down
1 change: 0 additions & 1 deletion pymc/tests/test_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,6 @@ def test_negative_binomial_init_fail(self, mu, p, alpha, n, expected):
with pytest.raises(ValueError, match=f"Incompatible parametrization. {expected}"):
NegativeBinomial("x", mu=mu, p=p, alpha=alpha, n=n)

@pytest.mark.xfail(reason="Aeppl Laplace does not have a CheckParameterValue for b")
def test_laplace(self):
self.check_logp(
Laplace,
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is auto-generated by scripts/generate_pip_deps_from_conda.py, do not modify.
# See that file for comments about the need/usage of each dependency.

aeppl==0.0.18
aeppl==0.0.26
aesara==2.3.8
arviz>=0.11.4
cachetools>=4.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aeppl==0.0.18
aeppl==0.0.26
aesara==2.3.8
arviz>=0.11.4
cachetools>=4.2.1
Expand Down