From 54b637c1564fc3acb9f33dda21fa8fe7eb390b56 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 12 Jul 2020 18:54:40 -0500 Subject: [PATCH] Add pyrsistent dependency in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 28130655..7ad7032c 100644 --- a/setup.py +++ b/setup.py @@ -98,6 +98,7 @@ setup(name="sumpy", "boxtree>=2018.1", "pytest>=2.3", "six", + "pyrsistent>=0.16.0", # If this causes issues, see: # https://code.google.com/p/sympy/issues/detail?id=3874 -- GitLab