diff --git a/requirements.txt b/requirements.txt index 825305e..eceaf6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -keras==1.1.0 +keras==2.13.1 numpy>=1.8.0 theano>=0.8.0 diff --git a/setup.py b/setup.py index b990202..387af64 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ url='https://../../', download_url='https://../..', license='GNU2.0', - install_requires=['theano>=0.8.0', 'pyyaml', 'keras==1.1.0','numpy>=1.8.0','h5py','pandas'], + install_requires=['theano>=0.8.0', 'pyyaml', 'keras==2.13.1','numpy>=1.8.0','h5py','pandas'], extras_require={ 'h5py': ['h5py'], },