diff --git a/named_entity_recognition/routine/setup.py b/named_entity_recognition/routine/setup.py index d73376330..951883169 100644 --- a/named_entity_recognition/routine/setup.py +++ b/named_entity_recognition/routine/setup.py @@ -2,7 +2,7 @@ from setuptools import setup REQUIRED_PACKAGES = [ - 'Keras==2.2.4' + 'Keras==2.13.1' ] setup(