Browse Source

Update 'setup.py'

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

+ 1 - 1
setup.py

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