Skip to content

Commit d62a802

Browse files
ricardoV94twiecki
authored andcommitted
Pin Aeppl version to 0.0.26
1 parent bcc79f8 commit d62a802

11 files changed

+10
-11
lines changed

conda-envs/environment-dev-py37.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.18
7+
- aeppl=0.0.26
88
- aesara=2.3.8
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

conda-envs/environment-dev-py38.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.18
7+
- aeppl=0.0.26
88
- aesara=2.3.8
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

conda-envs/environment-dev-py39.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.18
7+
- aeppl=0.0.26
88
- aesara=2.3.8
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

conda-envs/environment-test-py37.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.18
7+
- aeppl=0.0.26
88
- aesara=2.3.8
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

conda-envs/environment-test-py38.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.18
7+
- aeppl=0.0.26
88
- aesara=2.3.8
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

conda-envs/environment-test-py39.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.18
7+
- aeppl=0.0.26
88
- aesara=2.3.8
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

conda-envs/windows-environment-dev-py38.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- defaults
55
dependencies:
66
# base dependencies (see install guide for Windows)
7-
- aeppl=0.0.18
7+
- aeppl=0.0.26
88
- aesara=2.3.8
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

conda-envs/windows-environment-test-py38.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- defaults
55
dependencies:
66
# base dependencies (see install guide for Windows)
7-
- aeppl=0.0.18
7+
- aeppl=0.0.26
88
- aesara=2.3.8
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

pymc/tests/test_distributions.py

-1
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,6 @@ def test_negative_binomial_init_fail(self, mu, p, alpha, n, expected):
13931393
with pytest.raises(ValueError, match=f"Incompatible parametrization. {expected}"):
13941394
NegativeBinomial("x", mu=mu, p=p, alpha=alpha, n=n)
13951395

1396-
@pytest.mark.xfail(reason="Aeppl Laplace does not have a CheckParameterValue for b")
13971396
def test_laplace(self):
13981397
self.check_logp(
13991398
Laplace,

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto-generated by scripts/generate_pip_deps_from_conda.py, do not modify.
22
# See that file for comments about the need/usage of each dependency.
33

4-
aeppl==0.0.18
4+
aeppl==0.0.26
55
aesara==2.3.8
66
arviz>=0.11.4
77
cachetools>=4.2.1

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aeppl==0.0.18
1+
aeppl==0.0.26
22
aesara==2.3.8
33
arviz>=0.11.4
44
cachetools>=4.2.1

0 commit comments

Comments
 (0)