remove mpmath dep

This commit is contained in:
Nicola Demo
2022-02-17 09:43:48 +01:00
committed by GitHub
parent 1bc9d5c8c6
commit 66dfa79428

View File

@@ -14,8 +14,7 @@ VERSION = meta['__version__']
KEYWORDS = 'physics-informed neural-network' KEYWORDS = 'physics-informed neural-network'
REQUIRED = [ REQUIRED = [
'future', 'numpy', 'matplotlib', 'torch', 'mpmath' 'future', 'numpy', 'matplotlib', 'torch'
] ]
EXTRAS = { EXTRAS = {