minor changes

This commit is contained in:
Nicola Demo
2022-02-11 17:24:12 +01:00
parent 1483746b45
commit 1812ddb8d9
5 changed files with 12 additions and 13 deletions

View File

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