Skip to content
Snippets Groups Projects
Commit 4b10ba2e authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

added more dependencies to requirements

parent ef789bf6
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,8 @@ pandas>=0.13.1
appdirs
theano
keras<1.0
h5py
\ No newline at end of file
h5py
cherrypy
bottle
fancyimpute
scikit-learn
......@@ -66,9 +66,12 @@ if __name__ == '__main__':
'appdirs',
'theano',
'keras',
'fancyimpute',
'scikit-learn',
'h5py',
# using for multi-threaded web server
'cherrypy'
'cherrypy',
'bottle',
],
long_description=readme,
packages=['mhcflurry'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment