diff --git a/requirements.txt b/requirements.txt index 033e749..58a89a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ scipy==1.1.0 # CAUTION: The following line is to avoid security vulnerabilities: # See: https://nvd.nist.gov/vuln/detail/CVE-2019-7164 and https://nvd.nist.gov/vuln/detail/CVE-2019-7548 SQLAlchemy>=1.3.0 -tensorflow==1.12.0 +tensorflow==2.5.0 traitlets==4.3.2 diff --git a/setup.py b/setup.py index b66e930..b946852 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'scikit-learn', 'scipy', 'SQLAlchemy', - 'tensorflow==1.13.1', + 'tensorflow==2.5.0', 'traitlets' ], entry_points='''