Browse Source

Update 'setup.py'

steve 6 năm trước cách đây
mục cha
commit
dc43c81d26
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']
     )