diff --git a/dnn_inference.egg-info/requires.txt b/dnn_inference.egg-info/requires.txt index 565d728..ef01093 100644 --- a/dnn_inference.egg-info/requires.txt +++ b/dnn_inference.egg-info/requires.txt @@ -1,6 +1,6 @@ emoji==1.7.0 hachibee_sphinx_theme==0.2.5 -keras==2.9.0 +keras==2.13.1 matplotlib==3.5.2 numpy==1.23.0 pandas==1.4.3 diff --git a/requirements.txt b/requirements.txt index 565d728..ef01093 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ emoji==1.7.0 hachibee_sphinx_theme==0.2.5 -keras==2.9.0 +keras==2.13.1 matplotlib==3.5.2 numpy==1.23.0 pandas==1.4.3 diff --git a/setup.py b/setup.py index bea1089..1a43e3f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ packages=['dnn_inference'], # Needed for dependencies install_requires=['emoji==1.7.0', 'hachibee_sphinx_theme==0.2.5', - 'keras==2.9.0', 'matplotlib==3.5.2', 'numpy==1.23.0', + 'keras==2.13.1', 'matplotlib==3.5.2', 'numpy==1.23.0', 'pandas==1.4.3', 'scikit_learn==1.1.1', 'scipy==1.8.1', 'seaborn==0.11.2', 'setuptools==59.6.0', 'tensorflow==2.9.1'], # *strongly* suggested for sharing