@@ -10,6 +10,5 @@ setup(
author_email = "steve.l.nyemba@vanderbilt.edu",
license = "MIT",
- packages = ['numpy','pandas'],
- install_requires = ['numpy','pandas']
+ packages = ['numpy','pandas']
)