Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Aesara dependency #5757

Merged
merged 1 commit into from
Jun 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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