diff --git a/requirements.txt b/requirements.txt index a6b402a..02f1583 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ scikit-learn==0.18.1 scipy==0.19.1 six==1.10.0 sklearn==0.0 -tensorflow==1.2.1 +tensorflow==2.9.3 Theano==0.9.0 docopt==0.6.2 setuptools-scm==1.15.6 diff --git a/setup.py b/setup.py index 220f4c0..bf82a00 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ install_requires=[ "Keras==2.0.6", "pandas>=0.19.2,<0.20", - "tensorflow==1.2.1", + "tensorflow==2.9.3", "numpy>=1.13", "matplotlib>=2.0.0", "scikit-learn>=0.18,<0.19",