From dc56b8fd16cb3ed0a90bbcffb59d98dc45ed4415 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 7 Jul 2014 00:46:03 -0500 Subject: [PATCH] Add meshpy dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8616d2b..130908d 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ def main(): install_requires=[ "numpy", "modepy", + "meshpy>=2014.1", "six", "pytools>=2013.1", "pytest>=2.3", -- GitLab