From 46f25ab8bc9ce88e31815ce4e4d63ec93a54494a Mon Sep 17 00:00:00 2001 From: David Alonso Date: Fri, 13 Aug 2021 17:12:13 +0100 Subject: [PATCH] install_requires on setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0b90ad5a..a6465730 100644 --- a/setup.py +++ b/setup.py @@ -115,5 +115,6 @@ def run(self): 'Operating System :: Unix', 'Operating System :: MacOS'], packages=['pymaster'], + install_requires=['scipy', 'numpy', 'healpy'], ext_modules=[_nmtlib], )