bug fixes ....
This commit is contained in:
parent
28d919cade
commit
6e45704252
|
@ -178,7 +178,7 @@ def generate(**_args):
|
|||
if partition :
|
||||
lparams['partition'] = partition
|
||||
|
||||
handler.load_meta(lparams)
|
||||
handler.load_meta(**lparams)
|
||||
#
|
||||
# Let us now format the matrices by reverting them to a data-frame with values
|
||||
#
|
||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ import sys
|
|||
def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
args = {"name":"data-maker",
|
||||
"version":"1.4.7.2",
|
||||
"version":"1.4.7.3",
|
||||
"author":"Vanderbilt University Medical Center","author_email":"steve.l.nyemba@vanderbilt.edu","license":"MIT",
|
||||
"packages":find_packages(),"keywords":["healthcare","data","transport","protocol"]}
|
||||
args["install_requires"] = ['data-transport@git+https://dev.the-phi.com/git/steve/data-transport.git','tensorflow==1.15','pandas','pandas-gbq','pymongo']
|
||||
|
|
Loading…
Reference in New Issue