From b073043699f9329dbc6793ef9df66274a3aec4f2 Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 8 Apr 2024 07:59:04 -0400 Subject: [PATCH 1/2] Add versioning info --- Models/model_host.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Models/model_host.py b/Models/model_host.py index 486e68e..bfc25f9 100644 --- a/Models/model_host.py +++ b/Models/model_host.py @@ -11,12 +11,13 @@ #py -mpip freeze | %{$_.split('==')[0]} | %{py -mpip install --upgrade $_} # installed -# py -mpip install flask -# py -mpip install numpy +# py -m pip install keras==2.6.0 +# py -mpip install flask==2.0.1 +# py -mpip install numpy==1.19.5 # py -mpip show numpy -# py -mpip install tensorflow +# py -mpip install tensorflow==2.6.0 # py -mpip show tensorflow -# py -mpip install matplotlib +# py -mpip install matplotlib==3.4.3 # c:\users\skess\appdata\local\programs\python\python39\lib\site-packages import keras From d2e65805c9e6df2a25ccb204ce2f85991712d157 Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 8 Apr 2024 08:07:32 -0400 Subject: [PATCH 2/2] 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