From 7a9c692aca1843346630bae3df9a2f1381c93ad5 Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Mon, 19 Feb 2024 12:47:40 +0530 Subject: [PATCH] add scipy --- cloud-functions/python/functions/performance/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud-functions/python/functions/performance/requirements.txt b/cloud-functions/python/functions/performance/requirements.txt index 7fa0417..bd37cfc 100644 --- a/cloud-functions/python/functions/performance/requirements.txt +++ b/cloud-functions/python/functions/performance/requirements.txt @@ -4,4 +4,5 @@ pandas==2.0.3 openpyxl==3.1.2 firebase-admin==6.2.0 XlsxWriter==3.1.2 -matplotlib==3.8.0 \ No newline at end of file +matplotlib==3.8.0 +scipy==1.11.2 \ No newline at end of file