Skip to content
Snippets Groups Projects
Commit f9b61edf authored by Alex Rubinsteyn's avatar Alex Rubinsteyn Committed by GitHub
Browse files

Merge pull request #37 from hammerlab/multi-input-multi-output-models

Didn't get to multiple outputs but did some experiments on shared embedding
parents e541cd31 86a1badb
No related merge requests found
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
numpy>= 1.7
numpy>= 1.11
pandas>=0.13.1
appdirs
theano>=0.8.2
......
......@@ -61,7 +61,7 @@ if __name__ == '__main__':
'Topic :: Scientific/Engineering :: Bio-Informatics',
],
install_requires=[
'numpy>=1.7',
'numpy>=1.11',
'pandas>=0.13.1',
'appdirs',
'theano>=0.8.2',
......
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