diff --git a/setup.py b/setup.py index 17eed2a..60ee2e1 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ python_requires='>=3.6', install_requires=[ 'cloudpickle', - 'tensorflow==2.1', + 'tensorflow==2.9.3', 'scipy', 'gym', 'numpy', 'wxpython', 'matplotlib','flask','flask_restful'