Skip to content

Commit

Permalink
Update minimum supported Aesara version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Apr 20, 2022
1 parent 6997869 commit 46218ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
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"
pip install -q -r requirements.txt
mamba list && pip freeze
python -c 'import aesara; print(aesara.config.__str__(print_doc=False))'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
install_requires=[
"numpy>=1.18.1",
"scipy>=1.4.0",
"aesara>=2.2.0",
"aesara>=2.5.0",
"aeppl>=0.0.9",
],
tests_require=["pytest"],
Expand Down

0 comments on commit 46218ef

Please sign in to comment.