diff --git a/requirements.txt b/requirements.txt index 2ee1272..6933001 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ matplotlib==3.0.2 numpy==1.15.4 pandas==0.23.4 scipy==1.1.0 -tensorflow==1.12.0 +tensorflow==2.5.3 Pyomo==5.6.2 stable-baselines==2.7.0 sphinx diff --git a/setup.py b/setup.py index e7374c0..5e88717 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,6 @@ packages=packages, install_requires=[ 'python-dateutil', 'docopt==0.6.2', 'matplotlib==3.0.2', 'numpy==1.15.4', - 'pandas==0.23.4', 'scipy==1.1.0', 'tensorflow==1.12.0', 'tflearn==0.3.2', 'sphinx', 'gym' + 'pandas==0.23.4', 'scipy==1.1.0', 'tensorflow==2.5.3', 'tflearn==0.3.2', 'sphinx', 'gym' ], zip_safe=False)