Explorar o código

adding dependencies

Steve Nyemba %!s(int64=6) %!d(string=hai) anos
pai
achega
7590b12ece
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      setup.py

+ 6 - 1
setup.py

@@ -6,5 +6,10 @@ from setuptools import setup, find_packages
 setup(
     name = "risk",
     version = "0.1",
-    packages = find_packages()
+    author = "Health Information Privacy Lab",
+    author_email = "steve.l.nyemba@vanderbilt.edu",
+    license = "MIT",
+
+    packages = ['numpy','pandas'],
+    install_requires = ['numpy','pandas']
     )