Skip to content

Commit

Permalink
Bump Aesara dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Vieira authored and brandonwillard committed Sep 19, 2022
1 parent 41c0e4d commit b4304fa
Showing 1 changed file with 1 addition and 1 deletion.
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.8.0",
"aesara >= 2.8.5",
],
tests_require=["pytest"],
long_description=open("README.rst").read() if exists("README.rst") else "",
Expand Down

0 comments on commit b4304fa

Please sign in to comment.