diff --git a/setup.py b/setup.py index 67217c2..68921ce 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ author = 'Blake Richey', author_email='blake.e.richey@gmail.com', install_requires=[ - 'keras==2.3.1', + 'keras==2.13.1', 'gym>=0.16.0', 'GPUtil>=1.4.0', 'matplotlib>=2.1.0',