Skip to content

Commit

Permalink
Update Aesara dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 authored and twiecki committed Jun 2, 2022
1 parent 2d6304d commit 559969c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- types-filelock
- types-setuptools
- arviz
- aesara==2.6.2
- aesara==2.6.6
- aeppl==0.0.31
always_run: true
require_serial: true
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/environment-dev-py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- defaults
dependencies:
- aeppl=0.0.31
- aesara=2.6.2
- aesara=2.6.6
- arviz>=0.12.0
- blas
- 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 @@ -5,7 +5,7 @@ channels:
- defaults
dependencies:
- aeppl=0.0.31
- aesara=2.6.2
- aesara=2.6.6
- arviz>=0.12.0
- blas
- 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 @@ -5,7 +5,7 @@ channels:
- defaults
dependencies:
- aeppl=0.0.31
- aesara=2.6.2
- aesara=2.6.6
- arviz>=0.12.0
- blas
- 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 @@ -5,7 +5,7 @@ channels:
- defaults
dependencies:
- aeppl=0.0.31
- aesara=2.6.2
- aesara=2.6.6
- arviz>=0.12.0
- blas
- 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 @@ -5,7 +5,7 @@ channels:
- defaults
dependencies:
- aeppl=0.0.31
- aesara=2.6.2
- aesara=2.6.6
- arviz>=0.12.0
- blas
- 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 @@ -5,7 +5,7 @@ channels:
- defaults
dependencies:
- aeppl=0.0.31
- aesara=2.6.2
- aesara=2.6.6
- arviz>=0.12.0
- blas
- 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 @@ -5,7 +5,7 @@ channels:
dependencies:
# base dependencies (see install guide for Windows)
- aeppl=0.0.31
- aesara=2.6.2
- aesara=2.6.6
- arviz>=0.12.0
- blas
- 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 @@ -5,7 +5,7 @@ channels:
dependencies:
# base dependencies (see install guide for Windows)
- aeppl=0.0.31
- aesara=2.6.2
- aesara=2.6.6
- arviz>=0.12.0
- blas
- cachetools>=4.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See that file for comments about the need/usage of each dependency.

aeppl==0.0.31
aesara==2.6.2
aesara==2.6.6
arviz>=0.12.0
cachetools>=4.2.1
cloudpickle
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aeppl==0.0.31
aesara==2.6.2
aesara==2.6.6
arviz>=0.12.0
cachetools>=4.2.1
cloudpickle
Expand Down

0 comments on commit 559969c

Please sign in to comment.