diff --git a/setup.py b/setup.py index 5211770..ecbe6e5 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,5 @@ setup( author_email = "steve.l.nyemba@vanderbilt.edu", license = "MIT", - packages = ['numpy','pandas'], - install_requires = ['numpy','pandas'] + packages = ['numpy','pandas'] ) \ No newline at end of file