From dab48b9f5616376ffee6cc0032579399f1c645b5 Mon Sep 17 00:00:00 2001 From: Austin Wang Date: Wed, 3 May 2023 20:29:34 -0700 Subject: [PATCH] migrate from tensorflow-gpu to tensorflow --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7037a446..e39202d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pandas>=1.3.4 pyfaidx==0.6.1 scikit-learn>=1.1.2 scipy>=1.4.1 -tensorflow-gpu==2.8.0 +tensorflow==2.8.0 tensorflow-estimator==2.8.0 tensorflow-probability==0.15.0 protobuf==3.20