From d62e24581f13c550315b2c7adaecf71b71f10cbc Mon Sep 17 00:00:00 2001 From: Kyle Niemeyer Date: Tue, 12 Jul 2016 17:15:28 -0500 Subject: [PATCH] added dependencies to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,