From 66dfa79428ad0ce5ebd4b93f85dd186d79a52e8a Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Thu, 17 Feb 2022 09:43:48 +0100 Subject: [PATCH] remove mpmath dep --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e9370e6..be05c8f 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,7 @@ VERSION = meta['__version__'] KEYWORDS = 'physics-informed neural-network' REQUIRED = [ - 'future', 'numpy', 'matplotlib', 'torch', 'mpmath' - + 'future', 'numpy', 'matplotlib', 'torch' ] EXTRAS = {