diff --git a/requirements.txt b/requirements.txt index 94c0319..3ae8a61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pandas==1.0.0 numpy==1.18.1 six==1.14.0 -tensorflow-gpu==1.9.0 +tensorflow-gpu==2.7.2 matplotlib==3.1.2 opencv_python==4.1.2.30 Pillow==7.0.0 diff --git a/setup.py b/setup.py index 2b1aab6..f671ea7 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 'pandas', 'numpy', 'six', - 'tensorflow-gpu==1.9.0', + 'tensorflow-gpu==2.7.2', 'matplotlib', 'opencv_python>=4.1.2.30', 'Pillow>=7.0.0'