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

require higher version of fancyimpute

parent 27ea7624
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ keras<1.0
h5py
cherrypy
bottle
fancyimpute
fancyimpute>=0.0.12
scikit-learn
\ No newline at end of file
......@@ -66,7 +66,7 @@ if __name__ == '__main__':
'appdirs',
'theano>=0.8.2',
'keras',
'fancyimpute',
'fancyimpute>=0.0.12',
'scikit-learn',
'h5py',
# using for multi-threaded web server
......
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