Specify tensorflow version less than 2.0.0
Closes #150
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment