From dc43c81d267be3fba373f162f35ccad7e7551b0a Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 5 Mar 2019 13:06:51 -0600 Subject: [PATCH] Update 'setup.py' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ecbe6e5..af6b425 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,5 @@ setup( author_email = "steve.l.nyemba@vanderbilt.edu", license = "MIT", - packages = ['numpy','pandas'] + install_requires = ['numpy','pandas'] ) \ No newline at end of file