From a011a8548ed4af95650cf02fb2ea44b9bcbac223 Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Sat, 15 Jun 2024 12:07:12 -0400 Subject: [PATCH] tf, torch and keras upgrade --- devops/_config/deprecated.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/_config/deprecated.sh b/devops/_config/deprecated.sh index 99aefd6e0..119816f66 100755 --- a/devops/_config/deprecated.sh +++ b/devops/_config/deprecated.sh @@ -17,8 +17,8 @@ git clone https://github.com/WildMeOrg/wbia-plugin-pie.git && /bin/bash run_developer_setup.sh' /virtualenv/env3/bin/pip install --no-cache-dir \ - 'tensorflow-gpu==2.13.1' \ - 'keras==2.13.1' + 'tensorflow-gpu' \ + 'keras' /virtualenv/env3/bin/pip install --no-cache-dir --upgrade \ numpy