Skip to content

Commit

Permalink
Update aeppl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Nov 17, 2021
1 parent 196fb9d commit fd25d48
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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.13
- aeppl>=0.0.15
- aesara>=2.2.6
- 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.13
- aeppl>=0.0.15
- aesara>=2.2.6
- 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.13
- aeppl>=0.0.15
- aesara>=2.2.6
- 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.13
- aeppl>=0.0.15
- aesara>=2.2.6
- 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.13
- aeppl>=0.0.15
- aesara>=2.2.6
- 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.13
- aeppl>=0.0.15
- aesara>=2.2.6
- arviz>=0.11.4
- cachetools
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.13
- aeppl>=0.0.15
- aesara>=2.2.6
- 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.13
- aeppl>=0.0.15
- aesara>=2.2.6
- arviz>=0.11.2
- cachetools
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.13
aeppl>=0.0.15
aesara>=2.2.6
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.13
aeppl>=0.0.15
aesara>=2.2.6
arviz>=0.11.4
cachetools>=4.2.1
Expand Down

0 comments on commit fd25d48

Please sign in to comment.