From c34b226756dfc349742e9c7fc1cf4444a001510c Mon Sep 17 00:00:00 2001 From: wetdragon <16899482+wetdragon@users.noreply.github.com> Date: Wed, 15 Mar 2023 03:45:01 +0100 Subject: [PATCH] tensorflow-gpu is old/ Decapricated (#166) * tensorflow-gpu is old/ Decapricated Pip install/upgrade just in case there is a new version for avoiding error msgs, don't think a newer version should break anything ? & pypi.org/project/tensorflow-gpu" tl;dr "they were built in the same way and both provide GPU support via Nvidia CUDA. As of December 2022, tensorflow-gpu has been removed and has been replaced with this new, empty package that generates an error upon installation. All existing versions of tensorflow-gpu are still available, but the TensorFlow team has stopped releasing any new tensorflow-gpu packages, and will not release any patches for existing tensorflow-gpu versions." * Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44bf382a..5b019dc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ opencv-python-headless Pillow pygame pywin32 -tensorflow-gpu +tensorflow