diff --git a/setup.py b/setup.py index cb71e41..1c9d2f8 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - # install_requires=['peppercorn'], + install_requires=['numpy', 'scipy', 'tables', 'pint', 'pyyaml'], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax,