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

Bump Keras requirement to >=2.2.5

parent e7a34fb3
No related branches found
No related tags found
No related merge requests found
__version__ = "1.3.0" __version__ = "1.3.1"
six six
numpy>=1.11 numpy>=1.11
pandas>=0.20.3 pandas>=0.20.3
Keras>=2.0.9 Keras>=2.2.5
tensorflow>=1.1.0 tensorflow>=1.1.0
appdirs appdirs
scikit-learn scikit-learn
mhcnames mhcnames
pyyaml pyyaml
tqdm tqdm
np_utils np_utils
\ No newline at end of file
...@@ -51,7 +51,7 @@ if __name__ == '__main__': ...@@ -51,7 +51,7 @@ if __name__ == '__main__':
'six', 'six',
'numpy>=1.11', 'numpy>=1.11',
'pandas>=0.20.3', 'pandas>=0.20.3',
'Keras>=2.0.9', 'Keras>=2.2.5',
'appdirs', 'appdirs',
'tensorflow>=1.1.0', 'tensorflow>=1.1.0',
'scikit-learn', '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