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 | ... | @@ -2,7 +2,7 @@ six |
numpy>=1.11 | numpy>=1.11 | ||
pandas>=0.20.3 | pandas>=0.20.3 | ||
Keras>=2.2.5 | Keras>=2.2.5 | ||
tensorflow>=1.1.0 | tensorflow>=1.1.0,<2.0.0 | ||
appdirs | appdirs | ||
scikit-learn | scikit-learn | ||
mhcnames | mhcnames | ||
... | ... |
Please register or sign in to comment