From 8cb8b94b7df9a8e2691f1b03f119c2ce97c2cd7a Mon Sep 17 00:00:00 2001 From: Nicholas Christensen Date: Sat, 28 Nov 2020 04:34:28 -0600 Subject: [PATCH] back down version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86db32e..0d70a2b 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup(name="pytato", python_requires="~=3.8", install_requires=[ "loopy>=2020.2", - "pytools>=2020.4.4" + "pytools>=2020.4.3" ], author="Andreas Kloeckner, Matt Wala, Xiaoyu Wei", -- GitLab