From b4304fa60979625450b79fe4cfb88426bc3d73e8 Mon Sep 17 00:00:00 2001 From: Ricardo Vieira Date: Mon, 19 Sep 2022 16:06:09 +0200 Subject: [PATCH] Bump Aesara dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa4752ff..abec7a0e 100644 --- a/setup.py +++ b/setup.py @@ -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 "",