From bead50703c08db5c4b310a574d116c8609693690 Mon Sep 17 00:00:00 2001 From: Cameron Maloney Date: Mon, 13 May 2024 22:22:52 -0700 Subject: [PATCH] Update requirements.txt --- api/requirements.txt | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index c5dc8946..5b08b461 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,10 +1,12 @@ -Flask -Flask-Cors -pandas -nltk -scikit-learn -numpy -matplotlib -tensorflow -keras -torchtext \ No newline at end of file +scipy==1.11.4 +Flask==2.3.2 +Flask-Cors==4.0.0 +pandas==2.0.3 +nltk==3.8.1 +scikit-learn==1.3.0 +numpy==1.26.4 +matplotlib==3.7.1 +seaborn==0.13.0 +tensorflow==2.16.1 +keras==3.0.0 +torchtext