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 ...@@ -3,4 +3,8 @@ pandas>=0.13.1
appdirs appdirs
theano theano
keras<1.0 keras<1.0
h5py h5py
\ No newline at end of file cherrypy
bottle
fancyimpute
scikit-learn
...@@ -66,9 +66,12 @@ if __name__ == '__main__': ...@@ -66,9 +66,12 @@ if __name__ == '__main__':
'appdirs', 'appdirs',
'theano', 'theano',
'keras', 'keras',
'fancyimpute',
'scikit-learn',
'h5py', 'h5py',
# using for multi-threaded web server # using for multi-threaded web server
'cherrypy' 'cherrypy',
'bottle',
], ],
long_description=readme, long_description=readme,
packages=['mhcflurry'], 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