Skip to content

Commit

Permalink
Require aesara version >= 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Sep 1, 2021
1 parent 94a6af3 commit b253dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
install_requires=[
"numpy>=1.18.1",
"scipy>=1.4.0",
"aesara",
"aeppl>=0.0.5",
"aesara>=2.2.0",
"aeppl>=0.0.9",
],
tests_require=["pytest"],
long_description=open("README.md").read() if exists("README.md") else "",
Expand Down

0 comments on commit b253dc0

Please sign in to comment.