Skip to content

Commit 7d7d07c

Browse files
ricardoV94michaelosthege
authored andcommitted
Update Aeppl dependency
1 parent 7b239bb commit 7d7d07c

11 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- types-setuptools
2828
- arviz
2929
- aesara==2.6.2
30-
- aeppl==0.0.28
30+
- aeppl==0.0.31
3131
always_run: true
3232
require_serial: true
3333
pass_filenames: false

conda-envs/environment-dev-py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.28
7+
- aeppl=0.0.31
88
- aesara=2.6.2
99
- arviz>=0.12.0
1010
- blas

conda-envs/environment-dev-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.28
7+
- aeppl=0.0.31
88
- aesara=2.6.2
99
- arviz>=0.12.0
1010
- blas

conda-envs/environment-dev-py39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.28
7+
- aeppl=0.0.31
88
- aesara=2.6.2
99
- arviz>=0.12.0
1010
- blas

conda-envs/environment-test-py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.28
7+
- aeppl=0.0.31
88
- aesara=2.6.2
99
- arviz>=0.12.0
1010
- blas

conda-envs/environment-test-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.28
7+
- aeppl=0.0.31
88
- aesara=2.6.2
99
- arviz>=0.12.0
1010
- blas

conda-envs/environment-test-py39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- aeppl=0.0.28
7+
- aeppl=0.0.31
88
- aesara=2.6.2
99
- arviz>=0.12.0
1010
- blas

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

Lines changed: 1 addition & 1 deletion
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.28
7+
- aeppl=0.0.31
88
- aesara=2.6.2
99
- arviz>=0.12.0
1010
- blas

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

Lines changed: 1 addition & 1 deletion
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.28
7+
- aeppl=0.0.31
88
- aesara=2.6.2
99
- arviz>=0.12.0
1010
- blas

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
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.28
4+
aeppl==0.0.31
55
aesara==2.6.2
66
arviz>=0.12.0
77
cachetools>=4.2.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aeppl==0.0.28
1+
aeppl==0.0.31
22
aesara==2.6.2
33
arviz>=0.12.0
44
cachetools>=4.2.1

0 commit comments

Comments
 (0)