We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6997869 commit 46218efCopy full SHA for 46218ef
.github/workflows/test.yml
@@ -100,7 +100,7 @@ jobs:
100
- name: Install dependencies
101
shell: bash -l {0}
102
run: |
103
- mamba install --yes -q "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service aesara
+ mamba install --yes -q "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service "aesara>=2.5.0"
104
pip install -q -r requirements.txt
105
mamba list && pip freeze
106
python -c 'import aesara; print(aesara.config.__str__(print_doc=False))'
setup.py
@@ -17,7 +17,7 @@
17
install_requires=[
18
"numpy>=1.18.1",
19
"scipy>=1.4.0",
20
- "aesara>=2.2.0",
+ "aesara>=2.5.0",
21
"aeppl>=0.0.9",
22
],
23
tests_require=["pytest"],
0 commit comments