Skip to content

Commit a11eaa2

Browse files
committed
Temporarily pin aeppl to 0.0.15
1 parent 196fb9d commit a11eaa2

10 files changed

+10
-10
lines changed

Diff for: 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.13
7+
- aeppl=0.0.15
88
- aesara>=2.2.6
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

Diff for: 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.13
7+
- aeppl=0.0.15
88
- aesara>=2.2.6
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

Diff for: 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.13
7+
- aeppl=0.0.15
88
- aesara>=2.2.6
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

Diff for: 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.13
7+
- aeppl=0.0.15
88
- aesara>=2.2.6
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

Diff for: 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.13
7+
- aeppl==0.0.15
88
- aesara>=2.2.6
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

Diff for: 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.13
7+
- aeppl=0.0.15
88
- aesara>=2.2.6
99
- arviz>=0.11.4
1010
- cachetools

Diff for: 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.13
7+
- aeppl=0.0.15
88
- aesara>=2.2.6
99
- arviz>=0.11.4
1010
- cachetools>=4.2.1

Diff for: 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.13
7+
- aeppl=0.0.15
88
- aesara>=2.2.6
99
- arviz>=0.11.2
1010
- cachetools

Diff for: 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.13
4+
aeppl==0.0.15
55
aesara>=2.2.6
66
arviz>=0.11.4
77
cachetools>=4.2.1

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aeppl>=0.0.13
1+
aeppl==0.0.15
22
aesara>=2.2.6
33
arviz>=0.11.4
44
cachetools>=4.2.1

0 commit comments

Comments
 (0)