diff --git a/setup.py b/setup.py index 138f69d..583594c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ license='Apache Version 2', packages=['socialsent'], install_requires = ['numpy', - 'keras==0.3', + 'keras==2.13.1', 'sklearn', 'theano'], package_data= {'socialsent' : ['data/lexicons/*.json']},