diff --git a/setup.py b/setup.py index 16d6623..578720d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import sys from setuptools import setup, find_packages -LIBRARY_VERSION = '2.0.0' +LIBRARY_VERSION = '2.0.1' CURRENT_PYTHON = sys.version_info[:2] REQUIRED_PYTHON = (3, 10) @@ -60,7 +60,7 @@ def read(fname): ] }, install_requires=[ - 'keras==2.12.0', + 'keras==2.11.0', 'neat-python==0.92', 'numpy==1.24.2', 'pandas==1.5.3',