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

Bump keras version, set mhcflurry version to 0.9.1

parent caff68b0
No related merge requests found
......@@ -17,7 +17,7 @@ from .class1_affinity_prediction.class1_neural_network import (
from .class1_affinity_prediction.class1_affinity_predictor import (
Class1AffinityPredictor)
__version__ = "0.9.0"
__version__ = "0.9.1"
__all__ = [
"Class1NeuralNetwork",
......
six
numpy>= 1.11
pandas>=0.13.1
Keras==2.0.4
Keras==2.0.6
appdirs
tensorflow
scikit-learn
......
......@@ -52,7 +52,7 @@ if __name__ == '__main__':
'six',
'numpy>=1.11',
'pandas>=0.13.1',
'Keras==2.0.4',
'Keras==2.0.6',
'appdirs',
'tensorflow',
'scikit-learn',
......
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