From e51b93d7dc43e33ce1e0444d70ce66d76d8c2bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Fri, 8 Jan 2021 18:14:27 -0600 Subject: [PATCH] Bump pytools dep version for Taggable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0304e1f..8655fc5 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.5" + "pytools>=2021.1" ], author="Andreas Kloeckner, Matt Wala, Xiaoyu Wei", -- GitLab