Skip to content
Snippets Groups Projects
Commit 5b94f667 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

Specify tensorflow version less than 2.0.0

Closes #150
parent 06b2baa1
No related branches found
No related tags found
No related merge requests found
__version__ = "1.4.0"
__version__ = "1.4.1"
......@@ -2,7 +2,7 @@ six
numpy>=1.11
pandas>=0.20.3
Keras>=2.2.5
tensorflow>=1.1.0
tensorflow>=1.1.0,<2.0.0
appdirs
scikit-learn
mhcnames
......
......@@ -53,7 +53,7 @@ if __name__ == '__main__':
'pandas>=0.20.3',
'Keras>=2.2.5',
'appdirs',
'tensorflow>=1.1.0',
'tensorflow>=1.1.0,<2.0.0',
'scikit-learn',
'mhcnames',
'pyyaml',
......
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