From d2e65805c9e6df2a25ccb204ce2f85991712d157 Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 8 Apr 2024 08:07:32 -0400 Subject: [PATCH] version --- Models/model_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/model_host.py b/Models/model_host.py index bfc25f9..d6f2ebc 100644 --- a/Models/model_host.py +++ b/Models/model_host.py @@ -10,7 +10,7 @@ # This upgrades all modules #py -mpip freeze | %{$_.split('==')[0]} | %{py -mpip install --upgrade $_} -# installed +# installed version # py -m pip install keras==2.6.0 # py -mpip install flask==2.0.1 # py -mpip install numpy==1.19.5