File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
- name : Install dependencies
101
101
shell : bash -l {0}
102
102
run : |
103
- mamba install --yes -q "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service "aesara>=2.5.0 "
103
+ mamba install --yes -q "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service "aesara>=2.8.11 "
104
104
pip install -q -r requirements.txt
105
105
mamba list && pip freeze
106
106
python -c 'import aesara; print(aesara.config.__str__(print_doc=False))'
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ dependencies:
11
11
- compilers
12
12
- numpy>=1.18.1
13
13
- scipy>=1.4.0
14
- - aesara>=2.8.3
15
- - aeppl>=0.0.40
14
+ - aesara>=2.8.11
15
+ - aeppl>=0.1.4
16
16
# Intel BLAS
17
17
- mkl
18
18
- mkl-service
Original file line number Diff line number Diff line change 17
17
install_requires = [
18
18
"numpy>=1.18.1" ,
19
19
"scipy>=1.4.0" ,
20
- "aesara>=2.8.3 " ,
21
- "aeppl>=0.0.40 " ,
20
+ "aesara>=2.8.11 " ,
21
+ "aeppl>=0.1.4 " ,
22
22
],
23
23
tests_require = ["pytest" ],
24
24
long_description = open ("README.md" ).read () if exists ("README.md" ) else "" ,
You can’t perform that action at this time.
0 commit comments