Merge pull request #152 from openvax/fix-issue-150
Specify tensorflow version less than 2.0.0
No related branches found
No related tags found
... | ... | @@ -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