Update 'setup.py'

This commit is contained in:
steve 2019-03-05 13:06:51 -06:00
parent 9ee279f486
commit dc43c81d26
1 changed files with 1 additions and 1 deletions

View File

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