Update 'setup.py'

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

View File

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