From a94057ceb9abba03dcc778db36987883b3cd28b6 Mon Sep 17 00:00:00 2001 From: Rob Swaters Date: Wed, 3 Apr 2024 19:46:58 +0000 Subject: [PATCH] Pin tensorflow due to unit tests --- lambda/JobPredict/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lambda/JobPredict/requirements.txt b/lambda/JobPredict/requirements.txt index b95fbeb..de01ec0 100644 --- a/lambda/JobPredict/requirements.txt +++ b/lambda/JobPredict/requirements.txt @@ -1,3 +1,4 @@ +tensorflow==2.12.1 scikit-learn==1.3.0 boto3==1.28.56 protobuf==4.24.3