Browse Source

Update 'setup.py'

steve 6 years ago
parent
commit
9ee279f486
1 changed files with 1 additions and 2 deletions
  1. 1 2
      setup.py

+ 1 - 2
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']
     )